From 64f332fd5a733dd1406d5d0cf46eb6b57ead0a4e Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Fri, 7 Dec 2018 18:57:34 +0100
Subject: [PATCH] 14.0 docs and features

---
 Cargo.toml | 2 +-
 README.md  | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index b31cabb..4a4356a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,4 +17,4 @@ optional = true
 version = "0.6.5"
 
 [features]
-rt = ["cortex-m-rt"]
\ No newline at end of file
+rt = ["cortex-m-rt/device"]
\ No newline at end of file
diff --git a/README.md b/README.md
index aef5f30..4e8106f 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,8 @@
-# To be updated
-
 # `stm32f413`
 
 > Peripheral access API for STM32F413/STM32F423 microcontrollers
 
-Generated using [svd2rust] v0.12.0 from [STM32F413.svd].
+Generated using [svd2rust] v0.14.0 from [STM32F413.svd].
 
 # Documentation
 [The Manual](http://pln.gitpages.henriktjader.com/stm32f413/stm32f413)
-- 
GitLab