From fb9eee2fa8ee3f7991357b25712fa868e05aade8 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Sat, 3 Feb 2024 00:20:44 +0100 Subject: [PATCH] chore: remove patch version from rustic_backend, as the base version has been yanked now Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95e54eeaf..70bbaff11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ libc = "0.2.153" [workspace.dependencies] abscissa_core = { version = "0.7.0", default-features = false, features = ["application"] } -rustic_backend = { version = "0.1.1", features = ["cli"] } +rustic_backend = { version = "0.1", features = ["cli"] } rustic_core = { version = "0.2", features = ["cli"] } # logging