Skip to content

Commit

Permalink
Update string_cache to v0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
KiChjang committed Jun 20, 2016
1 parent 81ebde6 commit d66a04e
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion components/gfx/Cargo.toml
Expand Up @@ -35,7 +35,7 @@ rustc-serialize = "0.3"
serde = "0.7"
serde_macros = "0.7"
smallvec = "0.1"
string_cache = {version = "0.2.18", features = ["heap_size"]}
string_cache = {version = "0.2.20", features = ["heap_size"]}
style = {path = "../style"}
style_traits = {path = "../style_traits"}
time = "0.1.12"
Expand Down
2 changes: 1 addition & 1 deletion components/layout/Cargo.toml
Expand Up @@ -36,7 +36,7 @@ selectors = {version = "0.6", features = ["heap_size"]}
serde_json = "0.7"
serde_macros = "0.7"
smallvec = "0.1"
string_cache = {version = "0.2.18", features = ["heap_size"]}
string_cache = {version = "0.2.20", features = ["heap_size"]}
style = {path = "../style"}
style_traits = {path = "../style_traits"}
time = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion components/script/Cargo.toml
Expand Up @@ -56,7 +56,7 @@ script_traits = {path = "../script_traits"}
selectors = {version = "0.6", features = ["heap_size"]}
serde = "0.7"
smallvec = "0.1"
string_cache = {version = "0.2.18", features = ["heap_size", "unstable"]}
string_cache = {version = "0.2.20", features = ["heap_size", "unstable"]}
style = {path = "../style"}
time = "0.1.12"
url = {version = "1.0.0", features = ["heap_size", "query_encoding"]}
Expand Down
18 changes: 9 additions & 9 deletions components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ selectors = {version = "0.6", features = ["heap_size", "unstable"]}
serde = {version = "0.7", features = ["nightly"]}
serde_macros = "0.7"
smallvec = "0.1"
string_cache = {version = "0.2.18", features = ["heap_size"]}
string_cache = {version = "0.2.20", features = ["heap_size"]}
style_traits = {path = "../style_traits"}
time = "0.1"
url = {version = "1.0.0", features = ["heap_size"]}
Expand Down
16 changes: 8 additions & 8 deletions ports/cef/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions ports/geckolib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ports/geckolib/Cargo.toml
Expand Up @@ -35,7 +35,7 @@ libc = "0.2"
num_cpus = "0.2.2"
selectors = {version = "0.6", features = ["unstable"]}
smallvec = "0.1"
string_cache = {version = "0.2.18", features = ["unstable"]}
string_cache = {version = "0.2.20", features = ["unstable"]}
url = "1.0.0"
log = {version = "0.3.5", features = ["release_max_level_info"]}
plugins = {path = "../../components/plugins"}
Expand All @@ -47,4 +47,4 @@ style_traits = {path = "../../components/style_traits"}
env_logger = "0.3"

[replace]
"string_cache:0.2.18" = {path = "string_cache"}
"string_cache:0.2.20" = {path = "string_cache"}
2 changes: 1 addition & 1 deletion ports/geckolib/string_cache/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "string_cache"
description = "A crate to allow using Gecko's nsIAtom as a replacement for string_cache."
version = "0.2.18"
version = "0.2.20"
authors = ["The Servo Project Developers"]
publish = false

Expand Down

0 comments on commit d66a04e

Please sign in to comment.