Skip to content

Commit

Permalink
chore: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Dec 21, 2024
1 parent f5017fe commit e370676
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bitflag-attr"
authors = ["GrayJack <[email protected]>"]
version = "0.7.2"
version = "0.7.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A macro to generate bitflags structures from C-like enums"
Expand All @@ -13,7 +13,7 @@ rust-version = "1.75.0"
exclude = ["/tests", "/.github"]

[dependencies]
bitflags-attr-macros = { version = "=0.7.0", path = "bitflags-attr-macros" }
bitflags-attr-macros = { version = "=0.7.1", path = "bitflags-attr-macros" }

[[test]]
name = "tests"
Expand Down
2 changes: 1 addition & 1 deletion bitflags-attr-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitflags-attr-macros"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["bit", "bitmask", "bitflags", "flags"]
Expand Down

0 comments on commit e370676

Please sign in to comment.