chore: bump version to v1.3.0
This commit is contained in:
parent
33e052da8e
commit
91927d36ae
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bunbun"
|
||||
version = "1.2.0"
|
||||
version = "1.3.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
})
|
||||
.buildRustPackage {
|
||||
pname = "bunbun";
|
||||
version = "1.2.0";
|
||||
version = "1.3.0";
|
||||
src = ./.;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue