juniper_rocket 0.1.2 release
* Bump version * fix up changelog
This commit is contained in:
parent
23cf596748
commit
883dd0b2ee
3 changed files with 14 additions and 12 deletions
juniper_rocket
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "juniper_rocket"
|
name = "juniper_rocket"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
authors = [
|
authors = [
|
||||||
"Magnus Hallin <mhallin@fastmail.com>",
|
"Magnus Hallin <mhallin@fastmail.com>",
|
||||||
"Christoph Herzog <chris@theduke.at>",
|
"Christoph Herzog <chris@theduke.at>",
|
||||||
|
|
|
@ -1,12 +1,3 @@
|
||||||
## [master]
|
# juniper_rocket master
|
||||||
|
|
||||||
## Changes
|
Add your changes here...
|
||||||
|
|
||||||
### Rocket updated to `0.3.6`
|
|
||||||
|
|
||||||
* [Rocket](https://rocket.rs) integration now requires Rocket `0.3.6` to
|
|
||||||
support building with recent Rust nightlies.
|
|
||||||
|
|
||||||
Additional information and supported nightly versions can be found in [Rocket's changelog](https://github.com/SergioBenitez/Rocket/blob/master/CHANGELOG.md#version-036-jan-12-2018).
|
|
||||||
|
|
||||||
[#125](https://github.com/graphql-rust/juniper/issues/125)
|
|
||||||
|
|
11
juniper_rocket/changelog/v0.1.2.md
Normal file
11
juniper_rocket/changelog/v0.1.2.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# juniper_rocket 0.1.2
|
||||||
|
|
||||||
|
## Rocket updated to `0.3.6`
|
||||||
|
|
||||||
|
[Rocket](https://rocket.rs) integration now requires Rocket `0.3.6` to
|
||||||
|
support building with recent Rust nightlies.
|
||||||
|
|
||||||
|
Additional information and supported nightly versions can be found in [Rocket's changelog](https://github.com/SergioBenitez/Rocket/blob/master/CHANGELOG.md#version-036-jan-12-2018).
|
||||||
|
|
||||||
|
[#125](https://github.com/graphql-rust/juniper/issues/125)
|
||||||
|
|
Loading…
Add table
Reference in a new issue