Skip to content

Commit

Permalink
Merge pull request #2497 from utam0k/fix-rust-criu
Browse files Browse the repository at this point in the history
Specify the protobuf crate because of the rust-criu crate
  • Loading branch information
utam0k authored Nov 3, 2023
2 parents 85f73cb + 3b313e5 commit 2826920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ libseccomp = { version = "0.3.0", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust-criu = "0.4.0"
protobuf = "= 3.2.0" # https://github.com/checkpoint-restore/rust-criu/issues/19
regex = "1.10.2"
thiserror = "1.0.50"
tracing = { version = "0.1.40", features = ["attributes"] }
Expand Down

0 comments on commit 2826920

Please sign in to comment.