Skip to content

Commit

Permalink
Bump rocket
Browse files Browse the repository at this point in the history
  • Loading branch information
sunli829 committed Jan 14, 2021
1 parent ba1c29a commit ec7d800
Showing 1 changed file with 1 addition and 1 deletion.
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 = "../../..", version = "2.0.3" }
async-graphql-rocket = { path = "../../../integrations/rocket", version = "2.0.3" }
rocket = { git = "https://github.com/SergioBenitez/Rocket/", rev = "0c150c2", default-features = false } # TODO: Change to Cargo crate when Rocket 0.5.0 is released
rocket = { git = "https://github.com/SergioBenitez/Rocket/", rev = "48fd83a", default-features = false } # TODO: Change to Cargo crate when Rocket 0.5.0 is released
starwars = { path = "../../models/starwars" }

0 comments on commit ec7d800

Please sign in to comment.