From 2c58f99f03ad9bbef3e9d298812dfb210a424a1a Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 28 Mar 2020 15:21:44 +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 3b271ab5b1..afb22b26a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ dependencies = [ [[package]] name = "rusty-hermit" -version = "0.3.20" +version = "0.3.21" 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 816264c1cc..bd505b3493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-hermit" -version = "0.3.20" +version = "0.3.21" authors = [ "Stefan Lankes ", "Colin Finck "