From f8d835f37bd53779ef45aaa5a1d8b23fe01c4ac0 Mon Sep 17 00:00:00 2001 From: Praveen Perera Date: Wed, 13 Sep 2023 12:20:16 -0400 Subject: [PATCH] Bump cargo version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f910d8f..2a7161b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,7 +785,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "yamine" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anstyle", "clap", diff --git a/Cargo.toml b/Cargo.toml index 59ad20f..01b4001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Praveen Perera "] edition = "2018" name = "yamine" license = "Apache-2.0" -version = "0.2.0" +version = "0.3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html