From 10b0d2773dd65784322b429d9076944a737e16bc Mon Sep 17 00:00:00 2001 From: Bryan English Date: Tue, 16 Jun 2026 13:15:02 -0400 Subject: [PATCH] v0.1.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0612549..055c9a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -907,7 +907,7 @@ checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] name = "sirun" -version = "0.1.12" +version = "0.1.13" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index dde7091..5d19ac7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sirun" -version = "0.1.12" +version = "0.1.13" authors = ["Bryan English "] edition = "2018" license = "Apache-2.0 OR MIT"