From c373c6e3f3cac757cf49d8bb5ebdf0e131af6240 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 23 May 2018 16:52:39 -0700 Subject: include cargo configs --- rust/.cargo/config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust/.cargo/config (limited to 'rust/.cargo') 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 -- cgit v1.2.3