From 249969c2051581beb14d4a009b27b442b060758d Mon Sep 17 00:00:00 2001 From: Guillaume Gomez <guillaume.gomez@huawei.com> Date: Sat, 28 Oct 2023 12:30:46 +0200 Subject: [PATCH] Disable `master` feature by default when building rustc_codegen_gcc --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51fab147aa2..b0b3aeecdbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,6 @@ path = "tests/lang_tests_release.rs" harness = false [features] -default = ["master"] master = ["gccjit/master"] [dependencies]