mirror of https://github.com/rwf2/Rocket.git
Update 'devise'.
This commit is contained in:
parent
5615767ca6
commit
8da034ab83
|
@ -19,7 +19,7 @@ proc-macro = true
|
|||
|
||||
[dependencies]
|
||||
quote = "1.0"
|
||||
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "1e42a2691" }
|
||||
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "3648468" }
|
||||
|
||||
[dev-dependencies]
|
||||
rocket = { version = "0.5.0-dev", path = "../../core/lib" }
|
||||
|
|
|
@ -18,7 +18,7 @@ proc-macro = true
|
|||
indexmap = "1.0"
|
||||
quote = "1.0"
|
||||
rocket_http = { version = "0.5.0-dev", path = "../http/" }
|
||||
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "1e42a2691" }
|
||||
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "3648468" }
|
||||
glob = "0.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue