diff --git a/Cargo.lock b/Cargo.lock index 5f9c6cb..03a04ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "styrolite" -version = "0.1.9" +version = "0.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index effe1f5..31a3d2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "styrolite" description = "Lightweight, programmatic sandboxing tool" license = "Apache-2.0" -version = "0.1.9" +version = "0.2.0" homepage = "https://github.com/edera-dev/styrolite" repository = "https://github.com/edera-dev/styrolite" edition = "2024"