flake: bump version

This commit is contained in:
Muhammad Nauman Raza 2024-03-23 22:39:39 +00:00
parent ef7106632e
commit 6341505ad8
No known key found for this signature in database
GPG key ID: 31BC90D626D2DBBE

View file

@ -33,7 +33,7 @@
})
.buildRustPackage {
pname = "bunbun";
version = "0.1.0";
version = "0.2.0";
src = ./.;
cargoLock.lockFile = ./Cargo.lock;
};