mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
chore: remove -dev description from version for release-plz to work
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
parent
e5eaa6f34a
commit
20ca9fc902
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -3662,7 +3662,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustic-rs"
|
||||
version = "0.8.1-dev"
|
||||
version = "0.8.1"
|
||||
dependencies = [
|
||||
"abscissa_core",
|
||||
"aho-corasick",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "rustic-rs"
|
||||
version = "0.8.1-dev"
|
||||
version = "0.8.1"
|
||||
authors = ["the rustic-rs team"]
|
||||
categories = ["command-line-utilities"]
|
||||
documentation = "https://docs.rs/rustic-rs"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user