Fix rocket version

This commit is contained in:
Gabriel-Paulucci 2021-12-14 19:43:36 -03:00
parent f5f6a6774f
commit edf26efd6a
2 changed files with 2 additions and 3 deletions

View File

@ -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"

View File

@ -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"]