Skip to content

Commit

Permalink
Merge pull request #20 from YJDoc2/pin-protobuf-version
Browse files Browse the repository at this point in the history
pin protobuf dependency version to 3.2.0
  • Loading branch information
adrianreber authored Oct 28, 2024
2 parents 3a228e8 + 7078b44 commit feb76f3
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 @@ -10,10 +10,10 @@ license-file = "LICENSE"
[dependencies]
libc = "0.2"
anyhow = "1.0.56"
protobuf = "3.2.0"
protobuf = "= 3.2.0"

[build-dependencies]
protobuf-codegen = "3.2.0"
protobuf-codegen = "= 3.2.0"

[lib]
name = "rust_criu"
Expand Down

0 comments on commit feb76f3

Please sign in to comment.