From 58fa29930f5550363c255ebd8d63caa6bbba33cf Mon Sep 17 00:00:00 2001 From: edef Date: Sun, 3 Apr 2016 08:54:56 +0200 Subject: [PATCH] void: 0.0.5 -> 1.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75f9ad2..47f6383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" authors = ["edef "] [dependencies] -void = "0.0.5" +void = "1.0.0" [features] default = ["os", "valgrind"]