Files
OpenSK/patches/libtock-rs/01-remove-test-runner.patch
kaczmarczyck a969faaaa0 Submit Cargo.lock (#555)
* submits Cargo.lock files

* removes the unused test runner from libtock-rs for less depepdencies
2022-10-10 15:34:05 +02:00

13 lines
253 B
Diff

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",
]