mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Change lazy_static version specifier to 1 (#391)
This allows cursive to be used together with libraries that pin the `lazy_static` dependency to a version below 1.3.
This commit is contained in:
parent
ea26112368
commit
de0d76f796
@ -32,7 +32,7 @@ xi-unicode = "0.2.0"
|
|||||||
libc = "0.2.60"
|
libc = "0.2.60"
|
||||||
term_size = { version = "0.3.1", optional = true }
|
term_size = { version = "0.3.1", optional = true }
|
||||||
crossbeam-channel = "0.3.9"
|
crossbeam-channel = "0.3.9"
|
||||||
lazy_static = "1.3.0"
|
lazy_static = "1"
|
||||||
chrono = "0.4.7"
|
chrono = "0.4.7"
|
||||||
cfg-if = "0.1.9"
|
cfg-if = "0.1.9"
|
||||||
ahash = "0.2.12"
|
ahash = "0.2.12"
|
||||||
|
Loading…
Reference in New Issue
Block a user