Fix rocket version
This commit is contained in:
parent
f5f6a6774f
commit
edf26efd6a
@ -17,6 +17,6 @@ devise = "0.3"
|
||||
quote = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
rocket = { git = "https://github.com/SergioBenitez/Rocket.git", default-features = false }
|
||||
rocket = { version = "0.5.0-rc.1", default-features = false }
|
||||
trybuild = "1.0"
|
||||
version_check = "0.9"
|
||||
|
@ -13,7 +13,6 @@ edition = "2021"
|
||||
all-features = true
|
||||
|
||||
[dependencies.rocket]
|
||||
git = "https://github.com/SergioBenitez/Rocket.git"
|
||||
version = "0.5.0-rc.1"
|
||||
default-features = false
|
||||
|
||||
@ -22,6 +21,6 @@ path = "../codegen"
|
||||
version = "0.1.0-rc"
|
||||
|
||||
[dev-dependencies.rocket]
|
||||
git = "https://github.com/SergioBenitez/Rocket.git"
|
||||
version = "0.5.0-rc.1"
|
||||
default-features = false
|
||||
features = ["json"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user