chore: bump version

This commit is contained in:
davidon-top 2023-10-14 09:00:36 +02:00
parent 1523f85e51
commit 46aa8f9f61
2 changed files with 3 additions and 3 deletions

View file

@ -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" }

View file

@ -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"