chore: major release v1.0.0
This commit is contained in:
parent
ae0a6da2f4
commit
b6ec8a4009
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bunbun"
|
||||
version = "0.2.0"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
})
|
||||
.buildRustPackage {
|
||||
pname = "bunbun";
|
||||
version = "0.2.0";
|
||||
version = "1.0.0";
|
||||
src = ./.;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue