From 91927d36ae1686f415d353e7ae52cf4cb080b0fd Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Mon, 25 Mar 2024 11:27:11 +0000 Subject: [PATCH] chore: bump version to v1.3.0 --- Cargo.toml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 027ecd8..5e08f1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bunbun" -version = "1.2.0" +version = "1.3.0" edition = "2021" [dependencies] diff --git a/flake.nix b/flake.nix index 22dc5f5..47015fb 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ }) .buildRustPackage { pname = "bunbun"; - version = "1.2.0"; + version = "1.3.0"; src = ./.; cargoLock.lockFile = ./Cargo.lock; };