From 24ddad1210ed537b5607fc44dd83bc208eb735fa Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Fri, 17 May 2019 21:58:17 -0700 Subject: [PATCH] Prepare v0.1.2 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39e687b..56e2359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rrt0" -version = "0.1.1" +version = "0.1.2" authors = ["Jay Oster "] repository = "https://github.com/rust-console/rrt0" description = "Simple cross-platform runtime / startup (like crt0)"