Skip to content

Commit b6edafb

Browse files
committed
Use dependencies from crates.io instead of git.
1 parent 32d7a81 commit b6edafb

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ log-events = ["rustc-serialize"]
2020
rand = "0"
2121
phf = "0.7"
2222
phf_macros = "0.7"
23+
lazy_static = "0.1.10"
2324

2425
[dependencies.rustc-serialize]
2526
version = "0"
2627
optional = true
2728

2829
[dependencies.string_cache_plugin]
2930
path = "plugin"
30-
31-
[dependencies.lazy_static]
32-
git = "https://github.com/Kimundi/lazy-static.rs"

plugin/Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ authors = [ "The Servo Project Developers" ]
99
name = "string_cache_plugin"
1010
plugin = true
1111

12-
[dependencies.lazy_static]
13-
git = "https://github.com/Kimundi/lazy-static.rs"
14-
15-
[dependencies.mac]
16-
git = "https://github.com/reem/rust-mac"
12+
[dependencies]
13+
lazy_static = "0.1.10"
14+
mac = "0.0.2"

0 commit comments

Comments
 (0)