From 5a5bbcc443772e79e07952f90e222cb09f2246c0 Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Sat, 26 Mar 2016 16:29:44 +0200 Subject: [PATCH] Drop version requirement for sub-crate It doesn't work with beta/nightly anymore, and having a path should be sufficient. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4980e7d..f085f0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,6 @@ optional = true [dependencies.imgui-sys] path = "imgui-sys" -version = "0.0.7" [build-dependencies] gcc = "0.3"