chore: bump versions

This commit is contained in:
davidon-top 2023-12-29 23:11:51 +01:00
parent 0b1486aeee
commit bf1156fa3c
Signed by: DavidOnTop
GPG key ID: FAB914DDC2F180EB
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "binf" name = "binf"
version = "1.0.2" version = "1.1.0"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "A crate that adds utilities for dealing with binary flags" description = "A crate that adds utilities for dealing with binary flags"
@ -15,4 +15,4 @@ members = [
] ]
[dependencies] [dependencies]
binf_macros = { version = "1.0.2", path = "macros" } binf_macros = { version = "1.1.0", path = "macros" }

View file

@ -1,6 +1,6 @@
[package] [package]
name = "binf_macros" name = "binf_macros"
version = "1.0.2" version = "1.1.0"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
description = "A crate that adds utilities for dealing with binary flags" description = "A crate that adds utilities for dealing with binary flags"