Skip to content

Commit 5846ade

Browse files
authored
Merge pull request #54 from danbruder/dan/upgrade-rocket
Upgrade Rocket to 0.5.0-rc.2
2 parents 71ab75a + caad01b commit 5846ade

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rocket/starwars/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
[dependencies]
88
async-graphql = { path = "../../.." }
99
async-graphql-rocket = { path = "../../../integrations/rocket" }
10-
rocket = { version = "0.5.0-rc.1", default-features = false }
10+
rocket = { version = "0.5.0-rc.2", default-features = false }
1111
starwars = { path = "../../models/starwars" }

rocket/upload/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77
[dependencies]
88
async-graphql = { path = "../../.." }
99
async-graphql-rocket = { path = "../../../integrations/rocket" }
10-
rocket = { version = "0.5.0-rc.1", default-features = false }
10+
rocket = { version = "0.5.0-rc.2", default-features = false }
1111
files = { path = "../../models/files" }

0 commit comments

Comments
 (0)