chore: bump version to v0.2.2
This commit is contained in:
parent
f6a98a1907
commit
74f17ce493
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "vaporise"
|
name = "vaporise"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
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.2.1";
|
version = "0.2.2";
|
||||||
cargoLock.lockFile = ./Cargo.lock;
|
cargoLock.lockFile = ./Cargo.lock;
|
||||||
src = ./.;
|
src = ./.;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue