From 8bd97487f08b791ca56f3e492ee4f246af253b61 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jeremy@system76.com>
Date: Thu, 6 Feb 2020 20:21:19 -0700
Subject: [PATCH] 0.2.12

---
 Cargo.lock         | 2 +-
 Cargo.toml         | 2 +-
 example/Cargo.lock | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 5050fef..0416f13 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -673,7 +673,7 @@ dependencies = [
 
 [[package]]
 name = "redoxer"
-version = "0.2.11"
+version = "0.2.12"
 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 a20a2eb..76a9e26 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "redoxer"
-version = "0.2.11"
+version = "0.2.12"
 description = "Method for quickly running programs inside of Redox from a KVM capable OS."
 license = "MIT"
 authors = ["Jeremy Soller <jackpot51@gmail.com>"]
diff --git a/example/Cargo.lock b/example/Cargo.lock
index bf5dc50..dbd4161 100644
--- a/example/Cargo.lock
+++ b/example/Cargo.lock
@@ -3,3 +3,4 @@
 [[package]]
 name = "example"
 version = "0.1.0"
+
-- 
GitLab