From b24ad5a185a3a792a2652efd2d31ceef1c1163c7 Mon Sep 17 00:00:00 2001 From: "Stefan J. Wernli" Date: Thu, 7 Dec 2023 16:19:14 -0800 Subject: [PATCH] Remove test profile from qsc_project Cargo.toml (#896) Profile settings are not respected in a child Cargo.toml of a workspace, so these should just be removed. --- compiler/qsc_project/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler/qsc_project/Cargo.toml b/compiler/qsc_project/Cargo.toml index 694a3c9b77..86ddd67586 100644 --- a/compiler/qsc_project/Cargo.toml +++ b/compiler/qsc_project/Cargo.toml @@ -25,8 +25,5 @@ qsc_project = { path = ".", features = ["fs"] } fs = [] async = ["async-trait"] -[profile.test] -default = ["fs"] - [lib] doctest = false