diff options
Diffstat (limited to 'rust/.cargo/config')
-rw-r--r-- | rust/.cargo/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/.cargo/config b/rust/.cargo/config new file mode 100644 index 00000000..38aee6bb --- /dev/null +++ b/rust/.cargo/config @@ -0,0 +1,2 @@ +[test] +test-threads = 1 |