diff options
Diffstat (limited to 'components/config/Cargo.toml')
-rw-r--r-- | components/config/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/config/Cargo.toml b/components/config/Cargo.toml index 2c98f114fcd..90f01b8f9a5 100644 --- a/components/config/Cargo.toml +++ b/components/config/Cargo.toml @@ -12,7 +12,7 @@ path = "lib.rs" [dependencies] euclid = "0.15" getopts = "0.2.11" -lazy_static = "0.2" +lazy_static = "1" log = "0.3.5" num_cpus = "1.1.0" rustc-serialize = "0.3" |