From 6b046252c525f08b750a299010e9812d6b5b3633 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 4 May 2024 23:22:38 +0200 Subject: [PATCH] Update crate version in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d30b084..b666295 100644 --- a/README.md +++ b/README.md @@ -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"] } ```