Skip to content

Commit

Permalink
Update juniper_rocket_async for the latest Rocket master (graphql-rus…
Browse files Browse the repository at this point in the history
…t#905)

* Update for the latest Rocket master

* Run rustfmt

* Update tokio Version

* Improve Error Test Helper Function

* Improve Code Readability
  • Loading branch information
XiNiHa authored Mar 30, 2021
1 parent 06b1fbc commit 059e9aa
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 103 deletions.
2 changes: 1 addition & 1 deletion juniper_rocket_async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures = "0.3.1"
juniper = { version = "0.15.3", path = "../juniper", default-features = false }
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master", default-features = false }
serde_json = "1.0.2"
tokio = { version = "0.2", features = ["macros", "rt-core"] }
tokio = { version = "1", features = ["macros", "rt"] }

[dev-dependencies]
juniper = { version = "0.15.3", path = "../juniper", features = ["expose-test-schema"] }
Loading

0 comments on commit 059e9aa

Please sign in to comment.