Skip to content

Commit

Permalink
Update rocket to 0.5.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Jun 17, 2021
1 parent 765997e commit 45b58bf
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 = "2018"
[dependencies]
async-graphql = { path = "../../.." }
async-graphql-rocket = { path = "../../../integrations/rocket" }
rocket = { git = "https://github.com/SergioBenitez/Rocket/", rev = "fa3e033", default-features = false } # TODO: Change to Cargo crate when Rocket 0.5.0 is released
rocket = { version = "0.5.0-rc.1", 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 = "2018"
[dependencies]
async-graphql = { path = "../../.." }
async-graphql-rocket = { path = "../../../integrations/rocket" }
rocket = { git = "https://github.com/SergioBenitez/Rocket/", rev = "fa3e033", default-features = false } # TODO: Change to Cargo crate when Rocket 0.5.0 is released
rocket = { version = "0.5.0-rc.1", default-features = false }
files = { path = "../../models/files" }

0 comments on commit 45b58bf

Please sign in to comment.