Skip to content

Commit

Permalink
Update version and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Jul 17, 2023
1 parent 5deaeca commit a8abf32
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crunchyroll-rs"
version = "0.4.0"
version = "0.5.0"
authors = ["Crunchy Labs Maintainers"]
edition = "2021"
description = "Pure Rust implementation of the crunchyroll api."
Expand Down Expand Up @@ -41,12 +41,12 @@ smart-default = "0.7"
tokio = { version = "1.29", features = ["sync"] }
webpki-roots = "0.24"

crunchyroll-rs-internal = { version = "0.4.0", path = "internal" }
crunchyroll-rs-internal = { version = "0.5.0", path = "internal" }

# Optional / required from features
aes = { version = "0.8", optional = true }
cbc = { version = "0.1", optional = true }
dash-mpd = { version = "0.11", default-features = false, optional = true }
dash-mpd = { version = "0.12", default-features = false, optional = true }
lazy_static = { version = "1.4", optional = true }
m3u8-rs = { version = "5.0", optional = true }
regex = { version = "1.9", default-features = false, features = ["std"], optional = true }
Expand Down
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.4"
crunchyroll-rs = "0.5"
tokio = { version = "1.29", features = ["full"] }
```

Expand Down
2 changes: 1 addition & 1 deletion internal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crunchyroll-rs-internal"
version = "0.4.0"
version = "0.5.0"
authors = ["Crunchy Labs Maintainers"]
edition = "2021"
description = "Internal crate for crunchyroll-rs. Do not use."
Expand Down

0 comments on commit a8abf32

Please sign in to comment.