From 8d4b7b3a8d138daf211a9b1ce9bd722ec3388bca Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 14 Oct 2016 20:52:24 -0700 Subject: [PATCH] derive: bump to 0.1.37 --- derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/derive/Cargo.toml b/derive/Cargo.toml index c20bc43..518f1d1 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.36" +version = "0.1.37" [dependencies] quote = "0.1.3"