From 2c704c2ba7c356547cef9c2fd907aa1886c846da Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Sat, 17 Oct 2015 22:34:10 +0300 Subject: [PATCH] Oops! Missed one version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c3756e3..1c2fa36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ optional = true [dependencies.imgui-sys] path = "imgui-sys" -version = "0.0.3" +version = "0.0.4" [build-dependencies] gcc = "0.3"