chore: bump version to v0.3.0

This commit is contained in:
Muhammad Nauman Raza 2024-03-19 17:40:37 +00:00
parent cbe1bc164f
commit 10657b0d73
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -37,7 +37,7 @@
})
.buildRustPackage {
pname = "ambition";
version = "0.1.0";
version = "0.3.0";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;