chore: bump version to v1.5.0
This commit is contained in:
parent
cf186e625e
commit
bc9c5329da
|
@ -2,7 +2,7 @@
|
||||||
name = "bunbun"
|
name = "bunbun"
|
||||||
description = "A simple and adorable sysinfo utility."
|
description = "A simple and adorable sysinfo utility."
|
||||||
authors = ["Muhammad Nauman Raza <devraza@skiff.com>"]
|
authors = ["Muhammad Nauman Raza <devraza@skiff.com>"]
|
||||||
version = "1.4.0"
|
version = "1.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
{
|
{
|
||||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||||
pname = "bunbun";
|
pname = "bunbun";
|
||||||
version = "1.4.0";
|
version = "1.5.0";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock.lockFile = ./Cargo.lock;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue