chore: bump version to v0.4.0
This commit is contained in:
parent
1f28d97443
commit
e4cb6f88ec
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ambition"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
edition = "2021"
|
||||
|
||||
# Squeeze out more performance for `release` builds - very slow compile times
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
})
|
||||
.buildRustPackage {
|
||||
pname = "ambition";
|
||||
version = "0.3.0";
|
||||
version = "0.4.0";
|
||||
src = ./.;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
|
||||
|
|
Reference in a new issue