chore: bump version

This commit is contained in:
DavidOnTop 2024-06-15 11:36:37 +02:00
parent ae519cbc14
commit dd0f210f64
No known key found for this signature in database
GPG key ID: 5D05538A45D5149F
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -11,7 +11,7 @@ dependencies = [
[[package]]
name = "binf_macros"
version = "1.1.1"
version = "1.1.2"
dependencies = [
"proc-macro2",
"proc-macro2-diagnostics",

View file

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