Skip to content

Commit

Permalink
Fix version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pnehrer committed Nov 20, 2024
1 parent 1aec117 commit b46ab37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add `cadence`, `tokio`, and `tokio-cadence` to your `Cargo.toml`:
[dependencies]
cadence = "1"
tokio = { version = "1", features = ["full"] }
tokio-cadence = "0.5"
tokio-cadence = "0.6"
```

## Usage
Expand Down

0 comments on commit b46ab37

Please sign in to comment.