Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump string-cache to 0.2.18 #11376

Merged
merged 1 commit into from May 25, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Bump string-cache to 0.2.18

  • Loading branch information
creativcoder committed May 25, 2016
commit 6a0dde6485d8aff1cb6601bc16ff6bdfc833e816
@@ -36,7 +36,7 @@ serde = "0.7"
serde_macros = "0.7"
servo-skia = "0.20130412.0"
smallvec = "0.1"
string_cache = {version = "0.2.17", features = ["heap_size"]}
string_cache = {version = "0.2.18", features = ["heap_size"]}
style = {path = "../style"}
style_traits = {path = "../style_traits"}
time = "0.1.12"
@@ -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.17", features = ["heap_size"]}
string_cache = {version = "0.2.18", features = ["heap_size"]}
style = {path = "../style"}
style_traits = {path = "../style_traits"}
time = "0.1"
@@ -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.17", features = ["heap_size", "unstable"]}
string_cache = {version = "0.2.18", features = ["heap_size", "unstable"]}
style = {path = "../style"}
time = "0.1.12"
unicase = "1.0"

Some generated files are not rendered by default. Learn more.

@@ -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.17", features = ["heap_size"]}
string_cache = {version = "0.2.18", features = ["heap_size"]}
style_traits = {path = "../style_traits"}
time = "0.1"
url = {version = "1.0.0", features = ["heap_size"]}

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

@@ -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.17", features = ["unstable"]}
string_cache = {version = "0.2.18", features = ["unstable"]}
url = "1.0.0"
log = {version = "0.3.5", features = ["release_max_level_info"]}
plugins = {path = "../../components/plugins"}
@@ -46,4 +46,4 @@ style = {path = "../../components/style", features = ["gecko"]}
env_logger = "0.3"

[replace]
"string_cache:0.2.17" = {path = "string_cache"}
"string_cache:0.2.18" = {path = "string_cache"}
@@ -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.17"
version = "0.2.18"
authors = ["The Servo Project Developers"]
publish = false

Some generated files are not rendered by default. Learn more.

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.