Skip to content

Commit

Permalink
Fixing rt feature build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Oct 20, 2019
1 parent db626c0 commit 3786062
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 = "xmc4800"
version = "0.2.0"
version = "0.2.1"
description = "XMC peripheral library for XMC4800 generated from SVD"
readme = "README.md"
authors = ["Lucas Brendel <lucasbrendel@gmail.com>"]
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 3786062

Please sign in to comment.