We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33646c commit 2bee731Copy full SHA for 2bee731
Cargo.toml
@@ -27,7 +27,7 @@ mpmc_large = []
27
# This flag has no version guarantee, the `defmt` dependency can be updated in a patch release
28
defmt-impl = ["defmt"]
29
30
-[target.'cfg(any(target_arch = "x86_64", target_arch = "x86"))'.dev-dependencies]
+[target.'cfg(not(target_os = "none"))'.dev-dependencies]
31
scoped_threadpool = "0.1.8"
32
33
[target.thumbv6m-none-eabi.dependencies]
0 commit comments