From 57e3d460b24a02269f9bc3edc8fd666202279536 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Tue, 1 Nov 2016 11:28:45 +0100 Subject: [PATCH] Release: Prepare the 0.1.0. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f4b1aa..2bd71bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tagua-llvm" -version = "0.0.1" +version = "0.1.0" authors = ["Ivan Enderlin "] repository = "https://github.com/tagua-vm/llvm" description = "Safe LLVM bindings."