Skip to content

Commit

Permalink
Revert "Update prost-derive requirement from 0.11 to 0.12 (apache#7468)"
Browse files Browse the repository at this point in the history
This reverts commit b34e7cf.
  • Loading branch information
viirya committed Sep 4, 2023
1 parent b34e7cf commit 0121a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mimalloc = { version = "0.1", default-features = false }
num_cpus = "1.13.0"
object_store = { version = "0.7.0", features = ["aws"] }
prost = { version = "0.11", default-features = false }
prost-derive = { version = "0.12", default-features = false }
prost-derive = { version = "0.11", default-features = false }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.82"
tempfile = "3"
Expand Down

0 comments on commit 0121a12

Please sign in to comment.