1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-05-10 09:36:13 +02:00

Delete useless comment lines

Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
This commit is contained in:
Takashi IIGUNI 2021-09-12 08:00:27 +00:00
parent 05e7831fd1
commit 472d6463ff
2 changed files with 0 additions and 3 deletions

View File

@ -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"

View File

@ -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"