chore: bump version to v0.3.0

This commit is contained in:
Muhammad Nauman Raza 2024-03-19 17:40:37 +00:00
parent 6668e55811
commit 629d8b1c58
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE
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;