Skip to content

Commit

Permalink
build(deps): pin which to last msrv-compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamofek committed Dec 30, 2023
1 parent ea3b582 commit d9e9d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prost-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ prost-types = { version = "0.12.3", path = "../prost-types", default-features =
tempfile = "3"
once_cell = "1.17.1"
regex = { version = "1.8.1", default-features = false, features = ["std", "unicode-bool"] }
which = "4"
# pin to avoid having to bump msrv to 1.63
which = "=4.4.1"

prettyplease = { version = "0.2", optional = true }
syn = { version = "2", features = ["full"], optional = true }
Expand Down

0 comments on commit d9e9d57

Please sign in to comment.