Skip to content

Commit

Permalink
Revert oci-spec to git dep
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Levin <[email protected]>
  • Loading branch information
MostlyAmiable committed Jun 21, 2022
1 parent 6c11c4d commit 50004ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ libcontainer = { version = "0.0.3", path = "../libcontainer" }
liboci-cli = { version = "0.0.3", path = "../liboci-cli" }
log = { version = "0.4", features = ["std"]}
nix = "0.24.1"
oci-spec = { version = "0.5.6", features = ["runtime"] }
oci-spec = { git = "https://github.com/containers/oci-spec-rs", rev = "6df620e" , features = ["runtime"] }
once_cell = "1.12.0"
pentacle = "1.0.0"
procfs = "0.12.0"
Expand Down

0 comments on commit 50004ba

Please sign in to comment.