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 heapsize to 0.3 #9622

Merged
merged 12 commits into from Feb 13, 2016

Bump string_cache to 0.2.9

  • Loading branch information
nox committed Feb 12, 2016
commit e2d973460930f549f401f6d7e5ab6646035d2d3d
@@ -26,7 +26,7 @@ serde = "0.6"
serde_macros = "0.6"
servo-skia = "0.20130412.0"
smallvec = "0.1"
string_cache = {version = "0.2.7", features = ["heap_size"]}
string_cache = {version = "0.2.9", features = ["heap_size"]}
time = "0.1.12"
unicode-script = { version = "0.1", features = ["harfbuzz"] }
url = {version = "0.5.4", features = ["heap_size"]}
@@ -69,7 +69,7 @@ serde = "0.6"
serde_json = "0.5"
serde_macros = "0.6"
smallvec = "0.1"
string_cache = {version = "0.2.7", features = ["heap_size"]}
string_cache = {version = "0.2.9", features = ["heap_size"]}
time = "0.1"
unicode-bidi = "0.2"
unicode-script = { version = "0.1", features = ["harfbuzz"] }
@@ -84,7 +84,7 @@ rustc-serialize = "0.3"
selectors = {version = "0.4.1", features = ["heap_size"]}
serde = "0.6"
smallvec = "0.1"
string_cache = {version = "0.2.7", features = ["heap_size", "unstable"]}
string_cache = {version = "0.2.9", features = ["heap_size", "unstable"]}
time = "0.1.12"
unicase = "1.0"
url = {version = "0.5.4", features = ["heap_size"]}

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

@@ -36,7 +36,7 @@ selectors = {version = "0.4.1", features = ["heap_size", "unstable"]}
serde = "0.6"
serde_macros = "0.6"
smallvec = "0.1"
string_cache = {version = "0.2.7", features = ["heap_size"]}
string_cache = {version = "0.2.9", features = ["heap_size"]}
time = "0.1"
url = {version = "0.5.4", features = ["heap_size"]}

@@ -45,7 +45,7 @@ selectors = {version = "0.4.1", features = ["heap_size"]}
serde = "0.6"
serde_macros = "0.6"
smallvec = "0.1"
string_cache = {version = "0.2.7", features = ["heap_size"]}
string_cache = {version = "0.2.9", features = ["heap_size"]}
url = {version = "0.5.4", features = ["heap_size", "serde_serialization"]}
uuid = "0.1.17"

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

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

@@ -18,7 +18,7 @@ log = "0.3"
num_cpus = "0.2.2"
selectors = {version = "0.4.1", features = ["heap_size"]}
smallvec = "0.1"
string_cache = {version = "0.2.7", features = ["heap_size"]}
string_cache = {version = "0.2.9", features = ["heap_size"]}
url = {version = "0.5.4", features = ["heap_size"]}

[dependencies.util]

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

@@ -28,5 +28,5 @@ app_units = {version = "0.2.1", features = ["plugins"]}
cssparser = {version = "0.5.2", features = ["heap_size"]}
euclid = {version = "0.6.1", features = ["plugins"]}
selectors = {version = "0.4.1", features = ["heap_size"]}
string_cache = {version = "0.2.7", features = ["heap_size"]}
string_cache = {version = "0.2.9", features = ["heap_size"]}
url = {version = "0.5.4", features = ["heap_size"]}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.