From 20ca9fc902e1b037601cd813b37590eccc8a5f27 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:58:00 +0200 Subject: [PATCH] chore: remove `-dev` description from version for release-plz to work Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f4f5e2..a76e194 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3662,7 +3662,7 @@ dependencies = [ [[package]] name = "rustic-rs" -version = "0.8.1-dev" +version = "0.8.1" dependencies = [ "abscissa_core", "aho-corasick", diff --git a/Cargo.toml b/Cargo.toml index 673ba03..9f7407b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"