chore: bump version

This commit is contained in:
davidon-top 2023-11-03 21:32:43 +01:00
parent f7735bec52
commit e788e4aa13
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "binf" name = "binf"
version = "1.0.1" version = "1.0.2"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "A crate that adds utilities for dealing with binary flags" description = "A crate that adds utilities for dealing with binary flags"
@ -15,4 +15,4 @@ members = [
] ]
[dependencies] [dependencies]
binf_macros = { version = "1.0.1", path = "macros" } binf_macros = { version = "1.0.2", path = "macros" }

View file

@ -1,6 +1,6 @@
[package] [package]
name = "binf_macros" name = "binf_macros"
version = "1.0.1" version = "1.0.2"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "A crate that adds utilities for dealing with binary flags" description = "A crate that adds utilities for dealing with binary flags"