From 4bd1f6b1477b910b580a0bcfcde118bcefc1ddc0 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Mon, 3 May 2021 18:45:59 -0400 Subject: Easier Building with Rust (now requires nightly) --- rust/.cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 rust/.cargo/config.toml (limited to 'rust/.cargo') diff --git a/rust/.cargo/config.toml b/rust/.cargo/config.toml new file mode 100644 index 00000000..ac01e73c --- /dev/null +++ b/rust/.cargo/config.toml @@ -0,0 +1,2 @@ +[unstable] +extra-link-arg = true -- cgit v1.3.1