Release juniper_rocket 0.6.0
This commit is contained in:
parent
d04690538e
commit
5436288dae
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# master
|
# master
|
||||||
|
|
||||||
|
- Compatibility with the latest `juniper`.
|
||||||
|
|
||||||
|
# [[0.6.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.6.0)
|
||||||
|
|
||||||
- Compatibility with the latest `juniper`.
|
- Compatibility with the latest `juniper`.
|
||||||
- Rocket integration does not require default features.
|
- Rocket integration does not require default features.
|
||||||
- Support `application/graphql` POST requests.
|
- Support `application/graphql` POST requests.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "juniper_rocket"
|
name = "juniper_rocket"
|
||||||
version = "0.5.2"
|
version = "0.6.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
"Magnus Hallin <mhallin@fastmail.com>",
|
"Magnus Hallin <mhallin@fastmail.com>",
|
||||||
|
|
Loading…
Reference in a new issue