Submit Cargo.lock (#555)
* submits Cargo.lock files * removes the unused test runner from libtock-rs for less depepdencies
This commit is contained in:
12
patches/libtock-rs/01-remove-test-runner.patch
Normal file
12
patches/libtock-rs/01-remove-test-runner.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff --git a/Cargo.toml b/Cargo.toml
|
||||
index f5cb932..38119b5 100644
|
||||
--- a/Cargo.toml
|
||||
+++ b/Cargo.toml
|
||||
@@ -62,6 +62,6 @@ exclude = [ "tock" ]
|
||||
members = [
|
||||
"codegen",
|
||||
"core",
|
||||
- "test_runner",
|
||||
+ # "test_runner",
|
||||
"tools/print_sizes",
|
||||
]
|
||||
Reference in New Issue
Block a user