Skip to content

Commit

Permalink
RT Feature Patch (#12)
Browse files Browse the repository at this point in the history
* fixing feature flag for rt

* increasing patch version
  • Loading branch information
lucasbrendel authored and probot-auto-merge[bot] committed Oct 20, 2019
1 parent cadefd7 commit 27a763a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "xmc4100"
description = "XMC4100 Cortex-M peripheral access library"
license = "MIT"
version = "0.3.0"
version = "0.3.1"
authors = ["Lucas Brendel <[email protected]>"]
repository = "https://github.com/xmc-rs/xmc4100"
documentation = "https://docs.rs/xmc4100"
Expand All @@ -17,4 +17,4 @@ optional = true
version = "0.6.10"

[features]
rt = ["cortex-m-rt"]
rt = ["cortex-m-rt/device"]

0 comments on commit 27a763a

Please sign in to comment.