Skip to content

Commit 744b808

Browse files
committed
Merge backported 0.8.1 juniper_rocket
2 parents 1fa69eb + 1cb305c commit 744b808

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

juniper_rocket/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
- Provide `AsRef` and `AsMut` implementation for `GraphQLRequest` to its inner type ([#968](https://github.com/graphql-rust/juniper/pull/968), [#930](https://github.com/graphql-rust/juniper/issues/930)).
55
- Ability to set custom request body size limit ([#1044](https://github.com/graphql-rust/juniper/pull/1044)).
66

7-
# [[0.8.0] 2021-07-08](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.8.0)
7+
# [[0.8.1] 2022-03-29](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-v0.8.1)
8+
9+
- Ability to set custom request body size limit ([#1044](https://github.com/graphql-rust/juniper/pull/1044)).
10+
11+
# [[0.8.0] 2021-07-08](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-v0.8.0)
812

913
- Require async rocket support (`rocket` >= 0.5-rc1).
1014
- Compatibility with the latest `juniper`.

juniper_rocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper_rocket"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2018"
55
authors = [
66
"Magnus Hallin <[email protected]>",

0 commit comments

Comments
 (0)