From 12b2616d43cc6fa96db26c4a8e14eae6530023a0 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Mon, 23 Sep 2024 17:30:17 +0200 Subject: [PATCH] doc: remove readme versions in usage section for easier release due to release PR Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- crates/backend/README.md | 2 +- crates/config/README.md | 2 +- crates/core/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/backend/README.md b/crates/backend/README.md index acf0b4ed..20422223 100644 --- a/crates/backend/README.md +++ b/crates/backend/README.md @@ -44,7 +44,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -rustic_backend = "0.1" +rustic_backend = "*" ``` ## Crate features diff --git a/crates/config/README.md b/crates/config/README.md index 39f4e45f..022602c8 100644 --- a/crates/config/README.md +++ b/crates/config/README.md @@ -39,7 +39,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -rustic_config = "0.1" +rustic_config = "*" ```