Skip to content

Commit 57fb6bb

Browse files
luoyuxiaclaude
andcommitted
fix: use prost 0.12 from workspace to avoid version conflicts
Update fluss-rs to use prost from workspace instead of direct version specification. This prevents version conflicts between prost 0.12 (needed by protox) and prost 0.14 (previously specified). Added prost-types to workspace for consistency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ad88bdc commit 57fb6bb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ serde = { version = "1.0", features = ["derive"] }
4242
serde_json = "1.0"
4343
opendal = "0.53"
4444
jiff = { version = "0.2" }
45+
prost = "0.12"
46+
prost-types = "0.12"

crates/fluss/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ futures = "0.3"
4949
clap = { workspace = true }
5050
crc32c = "0.6.8"
5151
linked-hash-map = "0.5.6"
52-
prost = "0.14"
52+
prost = { workspace = true }
5353
rand = "0.9.1"
5454
serde = { workspace = true, features = ["rc"] }
5555
serde_json = { workspace = true }

0 commit comments

Comments
 (0)