From a9da7df5e271e499ae4ddef2d2b3d755005e22c3 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Wed, 11 Oct 2023 08:53:52 +0000 Subject: [PATCH] bump version code --- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 266ef7f..bed12f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -352,7 +352,7 @@ dependencies = [ [[package]] name = "envhub" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "clap 3.2.25", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 63635fd..a9e3f5b 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" name = "envhub" readme = "../../README.md" repository = "https://github.com/tsirysndr/envhub" -version = "0.2.1" +version = "0.2.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/flake.nix b/flake.nix index 8cfdaf9..5bc6010 100644 --- a/flake.nix +++ b/flake.nix @@ -40,7 +40,7 @@ inherit src; pname = "envhub"; - version = "0.2.1"; + version = "0.2.2"; cargoExtraArgs = "--package=envhub"; buildInputs = [