From 629d8b1c589c2fb7bfd5a58e4e552c2d01e54eb0 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 19 Mar 2024 17:40:37 +0000 Subject: [PATCH] chore: bump version to v0.3.0 --- Cargo.toml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ce8ffb..05785ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ambition" -version = "0.2.0" +version = "0.3.0" edition = "2021" # Squeeze out more performance for `release` builds - very slow compile times diff --git a/flake.nix b/flake.nix index 262c899..a583a17 100644 --- a/flake.nix +++ b/flake.nix @@ -37,7 +37,7 @@ }) .buildRustPackage { pname = "ambition"; - version = "0.1.0"; + version = "0.3.0"; src = ./.; cargoLock.lockFile = ./Cargo.lock;