Skip to content

Commit

Permalink
Merge pull request #816 from utam0k/release/v0.0.3
Browse files Browse the repository at this point in the history
Release v0.0.3
  • Loading branch information
Furisto authored Apr 3, 2022
2 parents f66d389 + 9b7a429 commit 541bf4a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/libcgroups/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libcgroups"
version = "0.0.2"
version = "0.0.3"
description = "Library for cgroup"
license-file = "../../LICENSE"
documentation = "https://docs.rs/libcgroups"
Expand Down
4 changes: 2 additions & 2 deletions crates/libcontainer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libcontainer"
version = "0.0.2"
version = "0.0.3"
description = "Library for container control"
license-file = "../../LICENSE"
documentation = "https://docs.rs/libcontainer"
Expand Down Expand Up @@ -33,7 +33,7 @@ oci-spec = "0.5.5"
path-clean = "0.1.0"
procfs = "0.12.0"
prctl = "1.0.0"
libcgroups = { version = "0.0.2", path = "../libcgroups" }
libcgroups = { version = "0.0.3", path = "../libcgroups" }
libseccomp = { version = "0.2.3" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/liboci-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "liboci-cli"
version = "0.0.2"
version = "0.0.3"
description = "Parse command line arguments for OCI container runtimes"
license-file = "../../LICENSE"
documentation = "https://docs.rs/liboci-cli"
Expand Down
8 changes: 4 additions & 4 deletions crates/youki/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "youki"
version = "0.0.2"
version = "0.0.3"
description = "A container runtime written in Rust"
license-file = "../../LICENSE"
documentation = "https://docs.rs/youki"
Expand All @@ -20,9 +20,9 @@ features = ["std", "suggestions", "derive", "cargo"]
[dependencies]
anyhow = "1.0.56"
chrono = { version="0.4", features = ["serde"] }
libcgroups = { version = "0.0.2", path = "../libcgroups" }
libcontainer = { version = "0.0.2", path = "../libcontainer" }
liboci-cli = { version = "0.0.2", path = "../liboci-cli" }
libcgroups = { version = "0.0.3", path = "../libcgroups" }
libcontainer = { version = "0.0.3", path = "../libcontainer" }
liboci-cli = { version = "0.0.3", path = "../liboci-cli" }
log = { version = "0.4", features = ["std"]}
nix = "0.23.1"
oci-spec = "0.5.5"
Expand Down

0 comments on commit 541bf4a

Please sign in to comment.