Release juniper_rocket 0.7.1

This commit is contained in:
Christian Legnitto 2021-06-07 18:40:25 -07:00
parent 44f086b268
commit 5a8d4c053c
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
- Compatibility with the latest `juniper`.
# [[0.7.1] 2021-06-07](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.7.1)
- Compatibility with the latest `juniper`.
# [[0.7.0] 2021-06-07](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.7.0)
- Minimum `rocket` version is now `0.4.9`. Note this also bumps the [minimum required `rustc` version](https://github.com/SergioBenitez/Rocket/blob/v0.4/CHANGELOG.md#version-048-may-18-2021).

View file

@ -1,6 +1,6 @@
[package]
name = "juniper_rocket"
version = "0.7.0"
version = "0.7.1"
edition = "2018"
authors = [
"Magnus Hallin <mhallin@fastmail.com>",