From 6657369da018ca826f0ab8348c056861f07c2990 Mon Sep 17 00:00:00 2001 From: Enet4 Date: Thu, 3 Oct 2019 07:51:12 +0100 Subject: [PATCH] Update num-derive to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9098f81..f48dc8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ approx = "0.3" byteordered = "0.4.0" flate2 = "1.0.1" num = "0.2.0" -num-derive = "0.2.0" +num-derive = "0.3.0" num-traits = "0.2.0" quick-error = "1.2.0" safe-transmute = "0.11.0-rc.1"