From abc62f65aa61e23cc75cc9f692989a5a1d4e36d7 Mon Sep 17 00:00:00 2001 From: Kjetil Kjeka Date: Wed, 4 Oct 2017 23:03:48 +0200 Subject: [PATCH] v0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95a96ad..18b0b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Kjetil Kjeka "] name = "s32k144" -version = "0.5.0" +version = "0.6.0" description = "Peripheral access API for NXP S32K144 microcontrollers (generated using svd2rust)" repository = "https://github.com/kjetilkjeka/s32k144.rs"