Skip to content

Commit b20c7a0

Browse files
committed
Use my string-cache fork temporarily
1 parent d66ab4f commit b20c7a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ git = "https://github.com/sfackler/rust-phf"
1010
git = "https://github.com/sfackler/rust-phf"
1111

1212
[dependencies.string_cache]
13-
git = "https://github.com/servo/string-cache"
13+
git = "https://github.com/kmcallister/string-cache"
14+
rev = "dev"
1415
[dependencies.string_cache_macros]
15-
git = "https://github.com/servo/string-cache"
16+
git = "https://github.com/kmcallister/string-cache"
17+
rev = "dev"
1618

1719
[dependencies.html5ever-macros]
1820
path = "macros"

0 commit comments

Comments
 (0)