Skip to content

Commit

Permalink
doc: remove readme versions in usage section for easier release due t…
Browse files Browse the repository at this point in the history
…o release PR (#271)

People should set their own version here if they want it locked to a
specific one. This section in the docs would need us to update it every
time before we release a new version (major/minor). We can just use a
star here and let the user decide.

People will use the copy function of crates.io anyway, I think:
![2024-09-23 17_32_44-rustic_core - crates io_ Rust Package Registry —
Mozilla
Firefox](https://github.com/user-attachments/assets/e7f12796-8c00-4f1a-9e79-17826e4954ec)

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Sep 23, 2024
1 parent 15538c5 commit 07647db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
rustic_backend = "0.1"
rustic_backend = "*"
```

## Crate features
Expand Down
2 changes: 1 addition & 1 deletion crates/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
rustic_config = "0.1"
rustic_config = "*"
```

<!-- ## Crate features
Expand Down
2 changes: 1 addition & 1 deletion crates/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
rustic_core = "0.2"
rustic_core = "*"
```

## Crate features
Expand Down

0 comments on commit 07647db

Please sign in to comment.