Skip to content

Commit

Permalink
Update crate version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed May 4, 2024
1 parent 96fd4fa commit 6b04625
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 @@ -40,7 +40,7 @@ The documentation is available at [docs.rs](https://docs.rs/crunchyroll-rs/).
You need this crate and [tokio](https://github.com/tokio-rs/tokio) as dependency in your Cargo.toml in order to start working:
```toml
[dependencies]
crunchyroll-rs = "0.10"
crunchyroll-rs = "0.11"
tokio = { version = "1", features = ["full"] }
```

Expand Down

0 comments on commit 6b04625

Please sign in to comment.