From 8059066454c10c115e37d8b3d10039c4a832b184 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 21 Feb 2024 13:37:56 +0100 Subject: [PATCH] Declare "master" features for `build_system` --- build_system/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_system/Cargo.toml b/build_system/Cargo.toml index d2600ed5a03..d4b09c4f4fc 100644 --- a/build_system/Cargo.toml +++ b/build_system/Cargo.toml @@ -3,6 +3,10 @@ name = "y" version = "0.1.0" edition = "2021" +[features] +master = [] +default = ["master"] + [dependencies] boml = "0.3.1"