From 969db1fa983e192240bf467513852a75f96b830f Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 16 May 2020 14:01:57 +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 260492e041..6ebfcb55be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,7 +150,7 @@ dependencies = [ [[package]] name = "rusty-hermit" -version = "0.3.28" +version = "0.3.29" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d0b6dbec87..cb3a40f3cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-hermit" -version = "0.3.28" +version = "0.3.29" authors = [ "Stefan Lankes ", "Colin Finck "