chore: bump version to v0.4.0
This commit is contained in:
parent
348201e19a
commit
3122015e0f
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -173,7 +173,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "vaporise"
|
name = "vaporise"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"clap",
|
"clap",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "vaporise"
|
name = "vaporise"
|
||||||
version = "0.3.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Muhammad Nauman Raza <devraza@skiff.com>"]
|
authors = ["Muhammad Nauman Raza <devraza@skiff.com>"]
|
||||||
description = "A simple, featureful and blazingly fast memory-safe alternative to 'rm' written in Rust."
|
description = "A simple, featureful and blazingly fast memory-safe alternative to 'rm' written in Rust."
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
{
|
{
|
||||||
packages.default = pkgs.rustPlatform.buildRustPackage {
|
packages.default = pkgs.rustPlatform.buildRustPackage {
|
||||||
pname = "vpr";
|
pname = "vpr";
|
||||||
version = "0.3.0";
|
version = "0.4.0";
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock.lockFile = ./Cargo.lock;
|
||||||
src = ./.;
|
src = ./.;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue