From bf1156fa3cf6a8c9a02e09c6387a0a6b22edff0d Mon Sep 17 00:00:00 2001 From: davidon-top Date: Fri, 29 Dec 2023 23:11:51 +0100 Subject: [PATCH] chore: bump versions --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50919cd..4f78c2d 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binf" -version = "1.0.2" +version = "1.1.0" 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.0.2", path = "macros" } +binf_macros = { version = "1.1.0", path = "macros" } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 3a1610a..97f1f96 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binf_macros" -version = "1.0.2" +version = "1.1.0" edition = "2021" license = "MIT" description = "A crate that adds utilities for dealing with binary flags"