diff --git a/Cargo.lock b/Cargo.lock index bd92739..81ddc2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -308,7 +308,7 @@ dependencies = [ [[package]] name = "styrolite" -version = "0.1.7" +version = "0.1.8" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 67368af..1d6e4d6 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.7" +version = "0.1.8" homepage = "https://github.com/edera-dev/styrolite" repository = "https://github.com/edera-dev/styrolite" edition = "2024"