From 448862892083c76f1016ab3b0e63dce68e381168 Mon Sep 17 00:00:00 2001 From: Dragos Tiselice Date: Fri, 29 Apr 2016 15:51:44 +0300 Subject: [PATCH] Updated to v0.5.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c372377..174516d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mrusty" description = "mruby safe bindings for Rust. Define and run Ruby without dependencies." -version = "0.4.3" +version = "0.5.0" authors = ["DragoČ™ Tiselice ", "Robert Krody "] build = "build.rs" exclude = ["src/mruby/get_mruby.sh"]