Skip to content

Commit

Permalink
Merge pull request #54 from danbruder/dan/upgrade-rocket
Browse files Browse the repository at this point in the history
Upgrade Rocket to 0.5.0-rc.2
  • Loading branch information
sunli829 committed Sep 1, 2022
2 parents 71ab75a + caad01b commit 5846ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rocket/starwars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
async-graphql = { path = "../../.." }
async-graphql-rocket = { path = "../../../integrations/rocket" }
rocket = { version = "0.5.0-rc.1", default-features = false }
rocket = { version = "0.5.0-rc.2", default-features = false }
starwars = { path = "../../models/starwars" }
2 changes: 1 addition & 1 deletion rocket/upload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
async-graphql = { path = "../../.." }
async-graphql-rocket = { path = "../../../integrations/rocket" }
rocket = { version = "0.5.0-rc.1", default-features = false }
rocket = { version = "0.5.0-rc.2", default-features = false }
files = { path = "../../models/files" }

0 comments on commit 5846ade

Please sign in to comment.