From bb71f95a33b182de948d87190f43a54d2717395d Mon Sep 17 00:00:00 2001 From: davidontop Date: Fri, 9 Feb 2024 14:39:33 +0100 Subject: [PATCH] chore: bump version --- Cargo.toml | 4 ++-- macros/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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]