From 7c68c5a22cfe8f83322836a1a6a76a8ae0415ec1 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 13 Mar 2018 12:15:45 +0100 Subject: Remove cargo nsstring component Part 3 for #58 --- toolkit/library/gtest/rust/Cargo.lock | 11 ----------- toolkit/library/gtest/rust/Cargo.toml | 1 - toolkit/library/gtest/rust/lib.rs | 1 - toolkit/library/rust/Cargo.lock | 4 ---- toolkit/library/rust/shared/Cargo.toml | 3 --- toolkit/library/rust/shared/lib.rs | 1 - 6 files changed, 21 deletions(-) (limited to 'toolkit/library') diff --git a/toolkit/library/gtest/rust/Cargo.lock b/toolkit/library/gtest/rust/Cargo.lock index 4f0318ab4..21b54ca30 100644 --- a/toolkit/library/gtest/rust/Cargo.lock +++ b/toolkit/library/gtest/rust/Cargo.lock @@ -38,17 +38,6 @@ name = "matches" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "nsstring" -version = "0.1.0" - -[[package]] -name = "nsstring-gtest" -version = "0.1.0" -dependencies = [ - "nsstring 0.1.0", -] - [[package]] name = "unicode-bidi" version = "0.2.3" diff --git a/toolkit/library/gtest/rust/Cargo.toml b/toolkit/library/gtest/rust/Cargo.toml index 38ca72d2c..f1a52aa4f 100644 --- a/toolkit/library/gtest/rust/Cargo.toml +++ b/toolkit/library/gtest/rust/Cargo.toml @@ -6,7 +6,6 @@ license = "MPL-2.0" description = "Testing code for libgkrust" [dependencies] -nsstring-gtest = { path = "../../../../xpcom/rust/nsstring/gtest" } gkrust-shared = { path = "../../rust/shared" } [lib] diff --git a/toolkit/library/gtest/rust/lib.rs b/toolkit/library/gtest/rust/lib.rs index eb0f102b9..69dd0b9e6 100644 --- a/toolkit/library/gtest/rust/lib.rs +++ b/toolkit/library/gtest/rust/lib.rs @@ -3,4 +3,3 @@ // file, You can obtain one at http://mozilla.org/MPL/2.0/. extern crate gkrust_shared; -extern crate nsstring_gtest; diff --git a/toolkit/library/rust/Cargo.lock b/toolkit/library/rust/Cargo.lock index 5ab22840a..ae9d84eed 100644 --- a/toolkit/library/rust/Cargo.lock +++ b/toolkit/library/rust/Cargo.lock @@ -37,10 +37,6 @@ name = "matches" version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -[[package]] -name = "nsstring" -version = "0.1.0" - [[package]] name = "unicode-bidi" version = "0.2.3" diff --git a/toolkit/library/rust/shared/Cargo.toml b/toolkit/library/rust/shared/Cargo.toml index 4b94a1c94..d4b57dd10 100644 --- a/toolkit/library/rust/shared/Cargo.toml +++ b/toolkit/library/rust/shared/Cargo.toml @@ -5,9 +5,6 @@ authors = ["nobody@mozilla.org"] license = "MPL-2.0" description = "Shared Rust code for libxul" -[dependencies] -nsstring = { path = "../../../../xpcom/rust/nsstring" } - [lib] path = "lib.rs" test = false diff --git a/toolkit/library/rust/shared/lib.rs b/toolkit/library/rust/shared/lib.rs index f6d7a5ae0..6fbb80a0b 100644 --- a/toolkit/library/rust/shared/lib.rs +++ b/toolkit/library/rust/shared/lib.rs @@ -2,4 +2,3 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. -extern crate nsstring; -- cgit v1.2.3