From be61427d0332cc8d8cb0cdbec87163c1d3206678 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 28 Nov 2016 09:46:18 -0800 Subject: [PATCH] derive: bump to 0.1.38 --- derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 518f1d1..7309901 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-derive" repository = "https://github.com/rust-num/num" -version = "0.1.37" +version = "0.1.38" [dependencies] quote = "0.1.3"