From 8b4c2350fdba1bea31df2ba60c2295e5fd2db00f Mon Sep 17 00:00:00 2001 From: bytedream Date: Sun, 10 Mar 2024 21:54:58 +0100 Subject: [PATCH] Update version --- Cargo.toml | 4 ++-- internal/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 888af44..996e1c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crunchyroll-rs" -version = "0.8.5" +version = "0.8.6" authors = ["Crunchy Labs Maintainers"] edition = "2021" description = "Pure Rust implementation of the crunchyroll api." @@ -43,7 +43,7 @@ smart-default = "0.7" tokio = { version = "1.36", features = ["sync"] } webpki-roots = "0.26" -crunchyroll-rs-internal = { version = "0.8.5", path = "internal" } +crunchyroll-rs-internal = { version = "0.8.6", path = "internal" } # Optional / required from features aes = { version = "0.8", optional = true } diff --git a/internal/Cargo.toml b/internal/Cargo.toml index fdace54..2b6b05e 100644 --- a/internal/Cargo.toml +++ b/internal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crunchyroll-rs-internal" -version = "0.8.5" +version = "0.8.6" authors = ["Crunchy Labs Maintainers"] edition = "2021" description = "Internal crate for crunchyroll-rs. Do not use."