From b381e551b0c44910143d4131e43984009d5a6261 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 14 Apr 2020 21:03:01 +0200 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 3a91a2b487..7eaa055fe1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "rusty-hermit" -version = "0.3.23" +version = "0.3.24" 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 1dd2492868..5b7969c0af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-hermit" -version = "0.3.23" +version = "0.3.24" authors = [ "Stefan Lankes ", "Colin Finck "