From 46aa8f9f61ed11837e25f505e663b69c357bf837 Mon Sep 17 00:00:00 2001 From: davidon-top Date: Sat, 14 Oct 2023 09:00:36 +0200 Subject: [PATCH] chore: bump version --- Cargo.toml | 4 ++-- macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"