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]
|
[package]
|
||||||
name = "ambition"
|
name = "ambition"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# Squeeze out more performance for `release` builds - very slow compile times
|
# Squeeze out more performance for `release` builds - very slow compile times
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
})
|
})
|
||||||
.buildRustPackage {
|
.buildRustPackage {
|
||||||
pname = "ambition";
|
pname = "ambition";
|
||||||
version = "0.3.0";
|
version = "0.4.0";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock.lockFile = ./Cargo.lock;
|
||||||
|
|
||||||
|
|
Reference in a new issue