Skip to content

Commit

Permalink
updated version of bitworks
Browse files Browse the repository at this point in the history
  • Loading branch information
TRI99ERED committed Feb 14, 2024
1 parent a4a2f36 commit 084f378
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ serde = ["dep:serde", "bitworks/serde", "varflags_attribute/serde"]

[dependencies]
varflags_attribute = { path = "varflags_attribute" }
bitworks = "0.1.4"
bitworks = "0.1.5"
serde = { version = "*", optional = true, features = ["derive"] }
2 changes: 1 addition & 1 deletion varflags_attribute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde = ["dep:serde", "bitworks/serde"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitworks = "0.1.4"
bitworks = "0.1.5"
quote = "*"
syn = { version = "*", features = ["full"] }
proc-macro2 = "*"
Expand Down

0 comments on commit 084f378

Please sign in to comment.