From 387f52ae2ae7ce30ab513918fb264e5991415282 Mon Sep 17 00:00:00 2001 From: Ishaan Goel Date: Wed, 2 Oct 2024 16:24:56 +0530 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- zung_mini/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9246170..b90842c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ members = ["zung_mini"] resolver = "2" [dependencies] -zung_mini = { version = "0.3.0", path = "./zung_mini" } +zung_mini = { version = "0.3.1", path = "./zung_mini" } anstyle = "1.0.8" clap = { version = "4.5.18", features = ["derive"] } diff --git a/zung_mini/Cargo.toml b/zung_mini/Cargo.toml index 2a173a6..e892d16 100644 --- a/zung_mini/Cargo.toml +++ b/zung_mini/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zung_mini" -version = "0.3.0" +version = "0.3.1" edition = "2021" authors = ["Ishaan Goel "] description = "Mini rust projects that target specific features of rust"