Skip to content

Commit

Permalink
Merge pull request #1060 from godot-rust/dependabot/cargo/which-5
Browse files Browse the repository at this point in the history
Update which requirement from 4 to 5
  • Loading branch information
chitoyuu committed Nov 23, 2023
2 parents b5d8960 + c2ad982 commit 3944a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ regex = { version = "1.5.5", default-features = false, features = ["std", "unico
roxmltree = "0.19"
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
unindent = "0.2.0"
which = { optional = true, version = "4" }
which = { optional = true, version = "5" }

0 comments on commit 3944a4c

Please sign in to comment.