chore: bump version

This commit is contained in:
davidontop 2024-02-09 14:39:33 +01:00
parent ed8c2f0383
commit bb71f95a33
Signed by: DavidOnTop
GPG key ID: FAB914DDC2F180EB
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "binf" name = "binf"
version = "1.1.0" version = "1.1.1"
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.1.0", path = "macros" } binf_macros = { version = "1.1.1", path = "macros" }

View file

@ -1,12 +1,12 @@
[package] [package]
name = "binf_macros" name = "binf_macros"
version = "1.1.0" version = "1.1.1"
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"
authors = ["DavidOnTop <me@davidon.top>"] authors = ["DavidOnTop <me@davidon.top>"]
readme = "../README.md" readme = "../README.md"
repository = "https://github.com/D0A1V2I3D/binf" repository = "https://git.srht.davidon.top/~davidontop/binf"
documentation = "https://docs.rs/binf_macros/" documentation = "https://docs.rs/binf_macros/"
[lib] [lib]