Skip to content

Commit

Permalink
Update rocket in juniper_rocket to work with latest nightlies
Browse files Browse the repository at this point in the history
`juniper_rocket` now requires nightly >= 2018-01-12. See
rwf2/Rocket#513 (comment).

Fixes #125.
  • Loading branch information
LegNeato authored and theduke committed Jan 13, 2018
1 parent d34b6a8 commit ff01738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions juniper_rocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ff01738

Please sign in to comment.