From cd00734a743adaabc2e1120b65dc63e9210e77f4 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 27 Mar 2020 20:11:56 -0600 Subject: [PATCH] 0.2.15 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2f1320..7351a61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -679,7 +679,7 @@ dependencies = [ [[package]] name = "redoxer" -version = "0.2.14" +version = "0.2.15" dependencies = [ "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "proc-mounts 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e6ff24a..59b60be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redoxer" -version = "0.2.14" +version = "0.2.15" description = "Method for quickly running programs inside of Redox from a KVM capable OS." license = "MIT" authors = ["Jeremy Soller "] -- GitLab