Update rocket in juniper_rocket to work with latest nightlies
`juniper_rocket` now requires nightly >= 2018-01-12. See https://github.com/SergioBenitez/Rocket/issues/513#issuecomment-357407524. Fixes https://github.com/graphql-rust/juniper/issues/125.
This commit is contained in:
parent
d34b6a85ad
commit
ff01738a60
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ serde_derive = {version="1.0.2" }
|
|||
serde_json = { version = "1.0.2" }
|
||||
juniper = { version = "0.9.1" , path = "../juniper"}
|
||||
|
||||
rocket = { version = "0.3.4" }
|
||||
rocket_codegen = { version = "0.3.4" }
|
||||
rocket = { version = "0.3.6" }
|
||||
rocket_codegen = { version = "0.3.6" }
|
||||
|
||||
[dev-dependencies.juniper]
|
||||
version = "0.9.1"
|
||||
|
|
Loading…
Reference in a new issue