From 741d846d78140f24ab156defdb753f53d8409a31 Mon Sep 17 00:00:00 2001 From: Sean Marshallsay Date: Tue, 3 May 2016 08:36:09 +0100 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8412c5cf..18194caf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty-cheddar" -version = "0.3.1" +version = "0.3.3" authors = ["Sean Marshallsay "] description = "A library to automatically generate C header files from Rust source files."