Skip to content

Commit

Permalink
Delete useless comment lines
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi IIGUNI <iiguni.tks@gmail.com>
  • Loading branch information
guni1192 committed Sep 12, 2021
1 parent 05e7831 commit 472d646
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions cgroups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 472d646

Please sign in to comment.