Skip to content

Commit

Permalink
Prost 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Dec 6, 2024
1 parent 5c2c005 commit cd30a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ parquet = { version = "53.2.0", default-features = false, features = [
] }
pbjson = { version = "0.7.0" }
# Should match arrow-flight's version of prost.
prost = "0.13.1"
prost-derive = "0.13.1"
prost = "0.12"
prost-derive = "0.12"
rand = "0.8"
regex = "1.8"
rstest = "0.23.0"
Expand Down

0 comments on commit cd30a64

Please sign in to comment.