From 3c282071db25132d4e642c638a944cc936d49d22 Mon Sep 17 00:00:00 2001 From: bytedream Date: Sat, 9 Mar 2024 22:52:32 +0100 Subject: [PATCH] Update version --- Cargo.toml | 2 +- internal/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c45281f..3b86092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ smart-default = "0.7" tokio = { version = "1.36", features = ["sync"] } webpki-roots = "0.26" -crunchyroll-rs-internal = { version = "0.8.4", path = "internal" } +crunchyroll-rs-internal = { version = "0.8.5", path = "internal" } # Optional / required from features aes = { version = "0.8", optional = true } diff --git a/internal/Cargo.toml b/internal/Cargo.toml index 0ad8c28..fdace54 100644 --- a/internal/Cargo.toml +++ b/internal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crunchyroll-rs-internal" -version = "0.8.4" +version = "0.8.5" authors = ["Crunchy Labs Maintainers"] edition = "2021" description = "Internal crate for crunchyroll-rs. Do not use."