From 84409e0ea724cc10783eb5dd6612a37c23524fad Mon Sep 17 00:00:00 2001 From: sandorex Date: Fri, 4 Oct 2024 15:45:27 +0200 Subject: [PATCH] Bump version to 0.1.10 This version os just cause i could not publish 0.1.9 on crates.io... --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e799cd8..36ada3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,7 +87,7 @@ checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "arcam" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 714699f..7953078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arcam" -version = "0.1.9" +version = "0.1.10" description = "Sandboxed development containers at your fingertips" edition = "2021" license = "GPL-2.0-or-later"