diff --git a/Cargo.toml b/Cargo.toml index 0e5f0f7..74f10e5 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binf" -version = "1.1.0" +version = "1.1.1" edition = "2021" license = "MIT" description = "A crate that adds utilities for dealing with binary flags" @@ -15,4 +15,4 @@ members = [ ] [dependencies] -binf_macros = { version = "1.1.0", path = "macros" } +binf_macros = { version = "1.1.1", path = "macros" } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 97f1f96..247b968 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "binf_macros" -version = "1.1.0" +version = "1.1.1" edition = "2021" license = "MIT" description = "A crate that adds utilities for dealing with binary flags" authors = ["DavidOnTop "] readme = "../README.md" -repository = "https://github.com/D0A1V2I3D/binf" +repository = "https://git.srht.davidon.top/~davidontop/binf" documentation = "https://docs.rs/binf_macros/" [lib]