mirror of https://github.com/rwf2/Rocket.git
Update 'devise' to the latest commit.
This commit is contained in:
parent
0909ba2ef6
commit
7f276eb2fc
|
@ -20,7 +20,7 @@ proc-macro = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "57d6eb80" }
|
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "952866f" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
yansi = "0.5"
|
yansi = "0.5"
|
||||||
|
|
|
@ -19,7 +19,7 @@ proc-macro = true
|
||||||
indexmap = "1.0"
|
indexmap = "1.0"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
rocket_http = { version = "0.5.0-dev", path = "../http/" }
|
rocket_http = { version = "0.5.0-dev", path = "../http/" }
|
||||||
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "17f647e" }
|
devise = { git = "https://github.com/SergioBenitez/Devise.git", rev = "952866f" }
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue