Skip to content

Commit 781c0ba

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

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 = "rustup-0bdac78da"
1415
[dependencies.string_cache_macros]
15-
git = "https://github.com/servo/string-cache"
16+
git = "https://github.com/kmcallister/string-cache"
17+
rev = "rustup-0bdac78da"
1618

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

0 commit comments

Comments
 (0)