diff --git a/Cargo.lock b/Cargo.lock index b7c132d..3203012 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,7 @@ dependencies = [ [[package]] name = "cromwell" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 780bf12..0aef503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cromwell" -version = "0.1.0" +version = "0.1.1" authors = ["Takashi IIGUNI "] description = "Rust Rootless Container Runtime" license = "MIT"