mirror of https://github.com/rwf2/Rocket.git
Use a specific git revision for pear dependencies.
This commit is contained in:
parent
a040ddd122
commit
2bb343ad70
|
@ -29,8 +29,8 @@ time = "0.1"
|
||||||
memchr = "2"
|
memchr = "2"
|
||||||
base64 = "0.9"
|
base64 = "0.9"
|
||||||
smallvec = "0.6"
|
smallvec = "0.6"
|
||||||
pear = { git = "http://github.com/SergioBenitez/pear" }
|
pear = { git = "http://github.com/SergioBenitez/pear", rev = "44bbca0" }
|
||||||
pear_codegen = "0.0"
|
pear_codegen = { git = "http://github.com/SergioBenitez/pear", rev = "44bbca0" }
|
||||||
rustls = { version = "0.12.0", optional = true }
|
rustls = { version = "0.12.0", optional = true }
|
||||||
hyper = { version = "0.10.13", default-features = false }
|
hyper = { version = "0.10.13", default-features = false }
|
||||||
indexmap = "1.0"
|
indexmap = "1.0"
|
||||||
|
|
Loading…
Reference in New Issue