diff --git a/Cargo.toml b/Cargo.toml index 313548693b5..e71e3d4c0be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,8 @@ ansi_term = { version = "0.11", optional = true } [dev-dependencies] regex = "1" -lazy_static = "1" +# lazy_static 1.2 requires Rust 1.24.1+ +lazy_static = "~1.1" version-sync = "0.5" [features]