Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f059e1c

Browse files
committedFeb 25, 2017
Add Cargo as a submodule
1 parent 1572bf1 commit f059e1c

File tree

5 files changed

+625
-14
lines changed

5 files changed

+625
-14
lines changed
 

‎.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818
[submodule "src/liblibc"]
1919
path = src/liblibc
2020
url = https://github.com/rust-lang/libc.git
21+
[submodule "src/tools/cargo"]
22+
path = src/tools/cargo
23+
url = https://github.com/rust-lang/cargo

‎src/Cargo.lock

Lines changed: 619 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ members = [
1313
"tools/build-manifest",
1414
"tools/qemu-test-client",
1515
"tools/qemu-test-server",
16+
"tools/cargo",
1617
]
1718

1819
# Curiously, compiletest will segfault if compiled with opt-level=3 on 64-bit

‎src/tools/cargo

Submodule cargo added at 6ed5a43

‎src/tools/cargotest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "cargotest"
2+
name = "cargotest2"
33
version = "0.1.0"
44
authors = ["Brian Anderson <banderson@mozilla.com>"]
55

0 commit comments

Comments
 (0)
Please sign in to comment.