Skip to content

Commit

Permalink
Rt Feature Patch (#13)
Browse files Browse the repository at this point in the history
* updated version

* Fixing rt feature build
  • Loading branch information
lucasbrendel authored and probot-auto-merge[bot] committed Oct 20, 2019
1 parent f321857 commit 80f6af4
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
@@ -1,6 +1,6 @@
[package]
name = "xmc4400"
version = "0.3.0"
version = "0.3.1"
description = "XMC peripheral library for XMC4400 generated from SVD"
readme = "README.md"
authors = ["Lucas Brendel <[email protected]>"]
Expand All @@ -19,5 +19,5 @@ optional = true
version = "0.6.10"

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

0 comments on commit 80f6af4

Please sign in to comment.