]> Untitled Git - lemmy.git/commitdiff
disable rustfmt feature on rosetta-build (#3679)
authorJoel Beckmeyer <joel@beckmeyer.us>
Fri, 21 Jul 2023 09:50:47 +0000 (05:50 -0400)
committerGitHub <noreply@github.com>
Fri, 21 Jul 2023 09:50:47 +0000 (11:50 +0200)
crates/utils/Cargo.toml

index b97ce8bdc7ea50f7ede6f598daed98a81db2e556..9cafd0c11ad875c122184d3ed56dc52e13ab347b 100644 (file)
@@ -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 }