From be83a753480925df4ae5775bcb8d1c063c479f89 Mon Sep 17 00:00:00 2001 From: Kiffie van Haash Date: Sat, 25 Jan 2020 12:16:44 +0100 Subject: [PATCH] new version 0.3.0 --- .gitignore | 1 + Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f2e972d..f508ebc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ # These are backup files generated by rustfmt **/*.rs.bk +/test/ diff --git a/Cargo.lock b/Cargo.lock index f624d00..59b4ab0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "edc2svd" -version = "0.2.0" +version = "0.3.0" dependencies = [ "fern 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 18a2718..9144fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edc2svd" -version = "0.2.0" +version = "0.3.0" authors = ["Kiffie"] license = "MIT" edition = "2018"