mirror of https://github.com/rwf2/Rocket.git
Use published 'devise'.
This commit is contained in:
parent
f4ecc3e3bd
commit
dd9629697a
|
@ -14,7 +14,7 @@ proc-macro = true
|
|||
|
||||
[dependencies]
|
||||
quote = "1.0"
|
||||
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "f2431b" }
|
||||
devise = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
version_check = "0.9"
|
||||
|
|
|
@ -19,7 +19,7 @@ indexmap = "1.0"
|
|||
quote = "1.0"
|
||||
syn = { version = "1.0.72", features = ["full", "visit", "visit-mut", "extra-traits"] }
|
||||
proc-macro2 = "1.0.27"
|
||||
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "f2431b" }
|
||||
devise = "0.3"
|
||||
rocket_http = { version = "0.5.0-dev", path = "../http/" }
|
||||
unicode-xid = "0.2"
|
||||
glob = "0.3"
|
||||
|
|
Loading…
Reference in New Issue