Skip to content

Commit 42c8585

Browse files
committed
downgrade prost for ffi
1 parent 3ae6613 commit 42c8585

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ datafusion-proto = { workspace = true }
5353
datafusion-proto-common = { workspace = true }
5454
futures = { workspace = true }
5555
log = { workspace = true }
56-
prost = { workspace = true }
56+
prost = { version = "0.13" }
5757
semver = "1.0.27"
5858
tokio = { workspace = true }
5959

0 commit comments

Comments
 (0)