From 472d6463ffc137316e99e6ef2ca8da0581f4ca4d Mon Sep 17 00:00:00 2001 From: Takashi IIGUNI Date: Sun, 12 Sep 2021 08:00:27 +0000 Subject: [PATCH] Delete useless comment lines Signed-off-by: Takashi IIGUNI --- Cargo.toml | 1 - cgroups/Cargo.toml | 2 -- 2 files changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index efdc6b279..7a5dd689f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/cgroups/Cargo.toml b/cgroups/Cargo.toml index e2095055d..a3e3a5f03 100644 --- a/cgroups/Cargo.toml +++ b/cgroups/Cargo.toml @@ -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"