chore: bump version to v0.2.1
This commit is contained in:
parent
7d0cae1a4e
commit
8dcc721127
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "vaporise"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
authors = ["Muhammad Nauman Raza <devraza@skiff.com>"]
|
||||
description = "A simple, featureful and blazingly fast memory-safe alternative to 'rm' written in Rust."
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
})
|
||||
.buildRustPackage {
|
||||
pname = "vaporise";
|
||||
version = "0.2.0";
|
||||
version = "0.2.1";
|
||||
src = ./.;
|
||||
cargoLock.lockFile = ./Cargo.lock;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue