From d0eeea23de25dc09c130c0fd404dfae3eff93a53 Mon Sep 17 00:00:00 2001 From: "edera-cultivation[bot]" <165992271+edera-cultivation[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 00:45:55 +0000 Subject: [PATCH] chore: release v0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b14cef6..cf2669b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,7 +402,7 @@ checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" [[package]] name = "styrolite" -version = "0.1.6" +version = "0.1.7" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index c509ea8..86b89ea 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.6" +version = "0.1.7" homepage = "https://github.com/edera-dev/styrolite" repository = "https://github.com/edera-dev/styrolite" edition = "2024"