Skip to content

Commit 5282b4d

Browse files
authored
Merge pull request #582 from stm32-rs/default-rt-feature
Enable the `rt` feature by default
2 parents caf0b84 + 46b3154 commit 5282b4d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
Common:
6+
7+
* The `rt` feature is now enabled by default; use `default-features=false` to
8+
disable.
9+
510
## [v0.13.1] 2021-06-02
611

712
This version has only been released as a patch release for the

scripts/makecrates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
targets = []
8787
8888
[features]
89-
default = []
89+
default = ["rt"]
9090
rt = ["cortex-m-rt/device"]
9191
{features}
9292
"""

0 commit comments

Comments
 (0)