lohr: upgrade to Rocket v0.5.0-rc.1
This commit is contained in:
parent
7fad5a6a87
commit
b78c486a0e
3 changed files with 44 additions and 66 deletions
|
|
@ -7,7 +7,7 @@ license = "Apache-2.0 OR MIT"
|
|||
description = "A Git mirroring daemon"
|
||||
homepage = "https://github.com/alarsyo/lohr"
|
||||
repository = "https://github.com/alarsyo/lohr"
|
||||
resolve = "2"
|
||||
resolver = "2"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
@ -24,7 +24,7 @@ serde_yaml = "0.8.17"
|
|||
sha2 = "0.9.3"
|
||||
|
||||
[dependencies.rocket]
|
||||
version = "0.5.0-dev"
|
||||
version = "0.5.0-rc.1"
|
||||
# don't need private-cookies
|
||||
default-features = false
|
||||
|
||||
|
|
@ -32,6 +32,3 @@ default-features = false
|
|||
version = "2.33.3"
|
||||
# no need for suggestions or color with only one argument
|
||||
default-features = false
|
||||
|
||||
[patch.crates-io]
|
||||
rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "0d53e23bf6cb86f9136fa8b37a92ba8076aacf67" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue