Skip to content

Commit

Permalink
Support 1.X.Y oci-spec version.
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <[email protected]>
  • Loading branch information
utam0k committed Apr 9, 2023
1 parent 7edd970 commit 38f30fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ thiserror = "1.0"
libc = "0.2.141"
oci-spec = { version = "0.6.0", features = ["runtime"] }
sha256 = "1.1"
libcontainer = { git = "https://github.com/utam0k/youki", rev = "03eb78d13a6493b1184aa40fb96c73d882975956" }
# TODO: Wait for the release and use the crates.io one.
libcontainer = { git = "https://github.com/containers/youki", rev = "edd63c84f903aa09510ef758ea6f617e0cb8b7e1" }

[profile.release]
panic = "abort"

0 comments on commit 38f30fd

Please sign in to comment.