Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo: downgrade off of yanked prost version
Browse files Browse the repository at this point in the history
martinvonz committed May 16, 2024
1 parent b3dac82 commit 5f82ca3
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -70,8 +70,8 @@ pest_derive = "2.7.10"
pollster = "0.3.0"
pretty_assertions = "1.4.0"
proc-macro2 = "1.0.82"
prost = "0.12.5"
prost-build = "0.12.5"
prost = "0.12.4"
prost-build = "0.12.4"
quote = "1.0.36"
rand = "0.8.5"
rand_chacha = "0.3.1"

0 comments on commit 5f82ca3

Please sign in to comment.