Skip to content

Commit

Permalink
Update Rust crate bpaf to 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 24, 2024
1 parent c0ab9a8 commit 236d7e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -22,7 +22,7 @@ test = false
walkdir = "2.5.0"
cargo_metadata = "0.18.1"
cargo_toml = "0.19.2"
bpaf = { version = "0.9.10", features = ["derive", "batteries"] }
bpaf = { version = "0.9.11", features = ["derive", "batteries"] }
proc-macro2 = {version="1", features = ["span-locations"]}
syn = { version = "2", features = ["full", "visit" ] } # add "extra-traits" to debug syn ast
regex = "1.10.4"
Expand Down

0 comments on commit 236d7e1

Please sign in to comment.