diff --git a/Cargo.lock b/Cargo.lock index f2f1320daf52a02f3034a99365f20a784aaec315..7351a61c3c069419b2225467b8fb90ec400cac69 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 e6ff24a53cfe5044cee6e4561a235abefa617753..59b60be23d1c826480e3d96d7964677770441164 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 "]