Skip to content

Commit f49249c

Browse files
committed
Update version
1 parent b688d14 commit f49249c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crunchyroll-rs"
3-
version = "0.10.5"
3+
version = "0.10.6"
44
authors = ["Crunchy Labs Maintainers"]
55
edition = "2021"
66
description = "Pure Rust implementation of the crunchyroll api."
@@ -41,7 +41,7 @@ tokio = { version = "1.37", features = ["sync"] }
4141
uuid = { version = "1.8", features = ["v4"] }
4242
webpki-roots = "0.26"
4343

44-
crunchyroll-rs-internal = { version = "0.10.5", path = "internal" }
44+
crunchyroll-rs-internal = { version = "0.10.6", path = "internal" }
4545

4646
lazy_static = { version = "1.4", optional = true }
4747
regex = { version = "1.10", default-features = false, features = ["std"], optional = true }

internal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crunchyroll-rs-internal"
3-
version = "0.10.5"
3+
version = "0.10.6"
44
authors = ["Crunchy Labs Maintainers"]
55
edition = "2021"
66
description = "Internal crate for crunchyroll-rs. Do not use."

0 commit comments

Comments
 (0)