From 22044b1f9910cc3af85b8c612200091092e18a3e Mon Sep 17 00:00:00 2001 From: "edera-cultivation[bot]" <165992271+edera-cultivation[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 02:41:52 +0000 Subject: [PATCH] chore: release v0.1.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0798255..5f9c6cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -360,7 +360,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "styrolite" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 738599c..effe1f5 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.8" +version = "0.1.9" homepage = "https://github.com/edera-dev/styrolite" repository = "https://github.com/edera-dev/styrolite" edition = "2024"