File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - configure ` stable_deref_trait ` as a platform-dependent dependency
11
+
10
12
## [ v0.8.0] - 2023-11-07
11
13
12
14
### Added
Original file line number Diff line number Diff line change @@ -43,10 +43,13 @@ mpmc_large = []
43
43
portable-atomic = { version = " 1.0" , optional = true }
44
44
hash32 = " 0.3.0"
45
45
serde = { version = " 1" , optional = true , default-features = false }
46
- stable_deref_trait = { version = " 1" , default-features = false }
47
46
ufmt-write = { version = " 0.1" , optional = true }
48
47
defmt = { version = " >=0.2.0,<0.4" , optional = true }
49
48
49
+ # for the pool module
50
+ [target .'cfg(any(target_arch = "arm", target_arch = "x86"))' .dependencies ]
51
+ stable_deref_trait = { version = " 1" , default-features = false }
52
+
50
53
[dev-dependencies ]
51
54
ufmt = " 0.2"
52
55
You can’t perform that action at this time.
0 commit comments