We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
"runtime"
1 parent ce9d8f7 commit 56b18d6Copy full SHA for 56b18d6
CHANGELOG.md
@@ -167,7 +167,9 @@ Released 2019/11/19.
167
* Added `newtype` enum style, much like `bitfield` but without the bitwise ops
168
(#1677).
169
* Added support for `MaybeUninit` rather than `mem::uninitialized()` (#1666).
170
- * Allowed static linking (#1620).
+ * Allowed static linking (#1620) behind a feature. Note that **if you're using
171
+ `default-features = false`, you probably want to use the `"runtime"` feature
172
+ to get the same behavior as before**.
173
174
## Changed
175
0 commit comments