diff options
Diffstat (limited to 'cortex-m-semihosting')
-rw-r--r-- | cortex-m-semihosting/CHANGELOG.md | 1 | ||||
-rw-r--r-- | cortex-m-semihosting/Cargo.toml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-semihosting/CHANGELOG.md b/cortex-m-semihosting/CHANGELOG.md index 38ee835..2b9c780 100644 --- a/cortex-m-semihosting/CHANGELOG.md +++ b/cortex-m-semihosting/CHANGELOG.md @@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - Always use inline-asm, requiring Rust 1.59. +- Removed inline-asm feature. ## [v0.4.1] - 2020-10-20 diff --git a/cortex-m-semihosting/Cargo.toml b/cortex-m-semihosting/Cargo.toml index b539e13..32e980e 100644 --- a/cortex-m-semihosting/Cargo.toml +++ b/cortex-m-semihosting/Cargo.toml @@ -16,7 +16,6 @@ edition = "2021" rust-version = "1.59" [features] -inline-asm = [] jlink-quirks = [] no-semihosting = [] |