From ea7f83c4dcae490752a45b0ab3c4d07613c40eda Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 21 Jul 2023 05:50:47 -0400 Subject: [PATCH] disable rustfmt feature on rosetta-build (#3679) --- crates/utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index b97ce8bd..9cafd0c1 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -55,4 +55,4 @@ enum-map = "2.6" reqwest = { workspace = true } [build-dependencies] -rosetta-build = "0.1.3" +rosetta-build = { version = "0.1.3", default-features = false } -- 2.44.1