From 56eb23ccbe7bf31b653da0dd33741e86ee39b8f3 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Wed, 11 Nov 2015 23:40:05 +0100 Subject: [PATCH] Use interpolate_idents 0.0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4909b21e..d4b39fcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ build = "build.rs" [dependencies] libc = "0.2" num = "0.1" -interpolate_idents = { git = "https://github.com/dgrunwald/interpolate_idents.git" } +interpolate_idents = ">=0.0.5" abort_on_panic = "1.0" # These features are both optional, but you must pick one to