From e574d8be4148f095462f9681c7da1fbc36415a3f Mon Sep 17 00:00:00 2001 From: est31 Date: Mon, 8 May 2017 00:05:00 +0200 Subject: [PATCH] Update cast to 0.2.2 to fix bug in debug mode --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3503438..e23c666 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "compiler_builtins" version = "0.1.0" [build-dependencies] -cast = { version = "0.2.1", features = ["x128"], optional = true } +cast = { version = "0.2.2", features = ["x128"], optional = true } rand = { version = "0.3.15", optional = true } [build-dependencies.gcc]