From 64c0b4002086839abe99e8583e327587ff8afaf5 Mon Sep 17 00:00:00 2001 From: Rahix Date: Sun, 26 Jul 2020 13:45:59 +0200 Subject: [PATCH] Prepare 0.1.3 Signed-off-by: Rahix --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be83878..2552bf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,7 +18,7 @@ dependencies = [ [[package]] name = "atdf2svd" -version = "0.1.2" +version = "0.1.3" dependencies = [ "colored 1.9.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c73aa57..78c6e43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "atdf2svd" -version = "0.1.2" +version = "0.1.3" authors = ["Rahix "] description = "Tool to convert Atmel's ATDF files to SVD" readme = "README.md"