diff --git a/Cargo.toml b/Cargo.toml index 758954f..7825b38 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binf" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "MIT" description = "A crate that adds utilities for dealing with binary flags" @@ -10,4 +10,4 @@ repository = "https://github.com/D0A1V2I3D/binf" documentation = "https://docs.rs/binf/" [dependencies] -binf_macros = { path = "macros", version = "0.1.1" } +binf_macros = { path = "macros", version = "1.0.1" } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 7639ff3..85adfcf 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binf_macros" -version = "0.1.1" +version = "1.0.1" edition = "2021" license = "MIT" description = "A crate that adds utilities for dealing with binary flags"