diff --git a/Cargo.toml b/Cargo.toml index bdc0dd46..7134683e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,12 +51,15 @@ serde_qs = "0.13" [workspace.dependencies.mangadex-api-types] package = "mangadex-api-types-rust" path = "./mangadex-api-types" +version = "0.10" default-features = false [workspace.dependencies.mangadex-api-schema] package = "mangadex-api-schema-rust" path = "./mangadex-api-schema" +version = "0.10" default-features = false [workspace.dependencies.mangadex-api] path = "../mangadex-api" +version = "3.4" \ No newline at end of file diff --git a/README.md b/README.md index 7742109b..ae72e42c 100644 --- a/README.md +++ b/README.md @@ -89,8 +89,8 @@ Add `mangadex-api` to your dependencies: [dependencies] # ... # Types and schemas are always required -mangadex-api-types-rust = "0.9" -mangadex-api-schema-rust = "0.9" +mangadex-api-types-rust = "0.10" +mangadex-api-schema-rust = "0.10" mangadex-api = "3.4" ``` diff --git a/mangadex-api-schema/README.md b/mangadex-api-schema/README.md index b419bb38..3d9bb3da 100644 --- a/mangadex-api-schema/README.md +++ b/mangadex-api-schema/README.md @@ -14,7 +14,7 @@ A collection of structs and schemas for the [mangadex-api](https://github.com/to ## Install ```toml -mangadex-api-schema-rust = "0.9" +mangadex-api-schema-rust = "0.10" ``` ## Features diff --git a/mangadex-api-types/README.md b/mangadex-api-types/README.md index 282785bd..59e5731e 100644 --- a/mangadex-api-types/README.md +++ b/mangadex-api-types/README.md @@ -14,7 +14,7 @@ A collection of enums and static data for the [mangadex-api](https://github.com/ ## Install ```toml -mangadex-api-types-rust = "0.9" +mangadex-api-types-rust = "0.10" ``` ## Features