Skip to content

Commit

Permalink
Merge pull request #298 from tonymushah/v3.4.0-realease-chore
Browse files Browse the repository at this point in the history
V3.4.0 realease chore
  • Loading branch information
tonymushah authored Nov 20, 2024
2 parents 4127933 + 1516bcd commit 5790d1d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```

Expand Down
2 changes: 1 addition & 1 deletion mangadex-api-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mangadex-api-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5790d1d

Please sign in to comment.