Skip to content

Commit

Permalink
chore: fix rust-protobuf version
Browse files Browse the repository at this point in the history
  • Loading branch information
eycorsican committed Feb 27, 2024
1 parent 3bbb5f7 commit ae3e64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions leaf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ctrlc = ["tokio/signal"]
[dependencies]
# Common
tokio = { version = "1", features = ["sync", "io-util", "net", "time", "rt", "rt-multi-thread"] }
protobuf = "3.3.0"
protobuf = "=3.3.0"
thiserror = "1.0"
futures = "0.3"
async-trait = "0.1"
Expand Down Expand Up @@ -257,4 +257,4 @@ tokio = { version = "1", features = ["fs", "sync", "io-util", "net", "time", "rt
[build-dependencies]
cc = "1.0"
bindgen = "0.68"
protobuf-codegen = "3.3.0"
protobuf-codegen = "=3.3.0"

0 comments on commit ae3e64c

Please sign in to comment.