Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Allow using cortex-m-rt 0.7
  • Loading branch information
adamgreig committed Aug 17, 2021
commit f4ad5ea7f8dd46c67201c8b2960db156e64accf1
2 changes: 1 addition & 1 deletion scripts/makecrates.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

[dependencies.cortex-m-rt]
optional = true
version = "0.6.13"
version = ">=0.6.13,<0.8"

[package.metadata.docs.rs]
features = {docs_features}
Expand Down