From 559dfd97e9dff3011511483544d3f2c7fd4c9d30 Mon Sep 17 00:00:00 2001 From: Kjetil Kjeka Date: Wed, 7 Feb 2018 08:44:48 +0100 Subject: [PATCH] v0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 830c472..21b01f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Kjetil Kjeka "] name = "s32k144" -version = "0.6.1" +version = "0.7.0" description = "Peripheral access API for NXP S32K144 microcontrollers (generated using svd2rust)" repository = "https://github.com/kjetilkjeka/s32k144.rs"