about summary refs log tree commit diff
path: root/src/libpanic_unwind
diff options
context:
space:
mode:
authorAhmed Charles <acharles@outlook.com>2016-09-02 01:55:29 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-10-07 12:04:32 -0700
commit9ca382f95fff732f6cd2a6cffbd04825ff6c4145 (patch)
tree2c8244041196c6f857035c23086af4e6f0c51df3 /src/libpanic_unwind
parentca76c7e0148f87876dbf8ad1f7dd13fb9f268481 (diff)
downloadrust-9ca382f95fff732f6cd2a6cffbd04825ff6c4145.tar.gz
rust-9ca382f95fff732f6cd2a6cffbd04825ff6c4145.zip
Use workspaces and switch to a single Cargo.lock.
This involves hacking the code used to run cargo test on various
packages, because it reads Cargo.lock to determine which packages should
be tested. This change implements a blacklist, since that will catch new
crates when they are added in the future.
Diffstat (limited to 'src/libpanic_unwind')
-rw-r--r--src/libpanic_unwind/Cargo.lock36
1 files changed, 0 insertions, 36 deletions
diff --git a/src/libpanic_unwind/Cargo.lock b/src/libpanic_unwind/Cargo.lock
deleted file mode 100644
index 0cf75c94150..00000000000
--- a/src/libpanic_unwind/Cargo.lock
+++ /dev/null
@@ -1,36 +0,0 @@
-[root]
-name = "panic_unwind"
-version = "0.0.0"
-dependencies = [
- "alloc 0.0.0",
- "core 0.0.0",
- "libc 0.0.0",
- "unwind 0.0.0",
-]
-
-[[package]]
-name = "alloc"
-version = "0.0.0"
-dependencies = [
- "core 0.0.0",
-]
-
-[[package]]
-name = "core"
-version = "0.0.0"
-
-[[package]]
-name = "libc"
-version = "0.0.0"
-dependencies = [
- "core 0.0.0",
-]
-
-[[package]]
-name = "unwind"
-version = "0.0.0"
-dependencies = [
- "core 0.0.0",
- "libc 0.0.0",
-]
-