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 "