From b1a2bb5d0a94c9650bcd0125d060a22f38fa0c39 Mon Sep 17 00:00:00 2001 From: Nicolas Bigaouette Date: Sun, 14 Apr 2019 17:03:29 -0400 Subject: [PATCH] Set variables to passthrough --- Cross.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Cross.toml diff --git a/Cross.toml b/Cross.toml new file mode 100644 index 0000000..955ea06 --- /dev/null +++ b/Cross.toml @@ -0,0 +1,6 @@ +[build.env] +passthrough = [ + "RUST_BACKTRACE", + "RUST_LOG", + "TRAVIS", +] \ No newline at end of file