aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNika Layzell <nika@thelayzells.com>2017-10-17 13:59:48 -0400
committerNika Layzell <nika@thelayzells.com>2017-10-20 10:52:57 -0400
commitec5cf5ceaf9f96414e13e73f9f95515561adf194 (patch)
tree849a535268a2615ddd90ae284208608201492d4c /Cargo.lock
parent041bd626ace013f93fa7fe101c70f36543fc9b0d (diff)
downloadservo-ec5cf5ceaf9f96414e13e73f9f95515561adf194.tar.gz
servo-ec5cf5ceaf9f96414e13e73f9f95515561adf194.zip
Move nsstring from gecko into servo/support/gecko/nsstring
This is the servo side of bug 1403213. MozReview-Commit-ID: HFdQiuMnGhJ
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ea877271f0f..fbc97c50383 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1071,7 +1071,7 @@ dependencies = [
"libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"malloc_size_of 0.0.1",
- "nsstring_vendor 0.1.0",
+ "nsstring 0.1.0",
"parking_lot 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.19.0",
"servo_arc 0.0.1",
@@ -2080,7 +2080,7 @@ dependencies = [
]
[[package]]
-name = "nsstring_vendor"
+name = "nsstring"
version = "0.1.0"
dependencies = [
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3176,7 +3176,7 @@ dependencies = [
"malloc_size_of 0.0.1",
"malloc_size_of_derive 0.0.1",
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "nsstring_vendor 0.1.0",
+ "nsstring 0.1.0",
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",