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.
2 parents 70cecc4 + 5cf7450 commit 4a204daCopy full SHA for 4a204da
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+### Fixed
11
+
12
+- `cargo test` can now run on non-`x86` hosts
13
14
### Added
15
16
- Added `OldestOrdered` iterator for `HistoryBuffer`
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