Skip to content

Commit

Permalink
chore: Bump version, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Nov 16, 2024
1 parent 3d9a054 commit 0c62cd4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

9 changes: 7 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.3.1"
version = "0.4.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A macro to generate bitflags structures from C-like enums"
Expand All @@ -16,7 +16,12 @@ exclude = ["/tests", "/.github"]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full", "parsing", "printing", "proc-macro"], default-features = false }
syn = { version = "2", features = [
"full",
"parsing",
"printing",
"proc-macro",
], default-features = false }
quote = { version = "1", default-features = false }

[[test]]
Expand Down

0 comments on commit 0c62cd4

Please sign in to comment.