From ac2bb007aa6b4eee61bcf26b1dea7e7aff5c038a Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 16 Feb 2020 10:34:35 +0100 Subject: [PATCH] increase version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6337a0fe36..e5b9f8a799 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "rusty-hermit" -version = "0.3.14" +version = "0.3.15" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 43be1c191a..895d54f495 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-hermit" -version = "0.3.14" +version = "0.3.15" authors = [ "Stefan Lankes ", "Colin Finck "