From 3adce78385c5a89d87660884ebd61c8c31c9f97e Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 19 Sep 2017 16:28:23 -0700 Subject: [PATCH] macros: bump to 0.1.37 --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 2bdbd4f..ce63041 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-macros" -version = "0.1.38" +version = "0.1.39" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-num/num"