From 3bfdd80aff896d14da57edbc56134986996f770f Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Mon, 18 May 2020 05:14:21 +0700 Subject: [PATCH] config.toml: ensure cargo is built statically New builds for both 1.42.0 and 1.43.1 will be produced, hopefully shortly. --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 319e6fd..baad56d 100644 --- a/config.toml +++ b/config.toml @@ -8,6 +8,7 @@ submodules = false python = "python3" locked-deps = true vendor = true +cargo-native-static = true [install] prefix = "/usr"