Skip to content

Commit

Permalink
Fix version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Aug 2, 2024
1 parent ac6f62c commit 000630e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It is designed to be safe and easy to use:

```toml
[dependencies]
cursive = "0.20"
cursive = "0.21"
```

Or to use the latest git version:
Expand Down
2 changes: 1 addition & 1 deletion cursive-syntect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version = "5.0.0"
features = ["parsing"]

[dev-dependencies]
cursive = { path = "../cursive", version = "0.20.0" }
cursive = { path = "../cursive", version = "0.21.0" }

[dev-dependencies.syntect]
version = "5.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cursive-syntect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ See the example for usage.

```toml
[dependencies]
cursive-syntect = "0.1"
cursive-syntect = "0.2"
```

0 comments on commit 000630e

Please sign in to comment.