File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ - configure ` stable_deref_trait ` as a platform-dependent dependency
11+
1012## [ v0.8.0] - 2023-11-07
1113
1214### Added
Original file line number Diff line number Diff line change @@ -43,10 +43,13 @@ mpmc_large = []
4343portable-atomic = { version = " 1.0" , optional = true }
4444hash32 = " 0.3.0"
4545serde = { version = " 1" , optional = true , default-features = false }
46- stable_deref_trait = { version = " 1" , default-features = false }
4746ufmt-write = { version = " 0.1" , optional = true }
4847defmt = { version = " >=0.2.0,<0.4" , optional = true }
4948
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+
5053[dev-dependencies ]
5154ufmt = " 0.2"
5255
You can’t perform that action at this time.
0 commit comments