mirror of
https://github.com/containers/youki
synced 2024-11-23 01:11:58 +01:00
Delete useless comment lines
Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
This commit is contained in:
parent
05e7831fd1
commit
472d6463ff
@ -38,7 +38,6 @@ fastrand = "1.4.1"
|
||||
crossbeam-channel = "0.5"
|
||||
|
||||
[dev-dependencies]
|
||||
# oci-spec = { version = "0.4.0", features = ["proptests"] }
|
||||
oci-spec = { git = "https://github.com/utam0k/oci-spec-rs/", tag = "v0.4.0-with-bugfix", features = ["proptests"] }
|
||||
quickcheck = "1"
|
||||
serial_test = "0.5.1"
|
||||
|
@ -14,7 +14,6 @@ nix = "0.22.0"
|
||||
procfs = "0.10.1"
|
||||
log = "0.4"
|
||||
anyhow = "1.0"
|
||||
# oci-spec = "0.4.0"
|
||||
oci-spec = { git="https://github.com/utam0k/oci-spec-rs/", tag = "v0.4.0-with-bugfix"}
|
||||
systemd = { version = "0.8", default-features = false, optional = true }
|
||||
dbus = "0.9.2"
|
||||
@ -25,7 +24,6 @@ errno = { version = "0.2.7", optional = true }
|
||||
libc = { version = "0.2.84", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
# oci-spec = { version = "0.4.0", features = ["proptests"] }
|
||||
oci-spec = { git = "https://github.com/utam0k/oci-spec-rs/", tag = "v0.4.0-with-bugfix", features = ["proptests"] }
|
||||
quickcheck = "1"
|
||||
clap = "2"
|
||||
|
Loading…
Reference in New Issue
Block a user