From 74f1e26f62339bc3bb48d8ab2e5f26cf3d7aa2a1 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 11 Jan 2017 16:52:06 -0800 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 1877333..20e044b 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-macros" -version = "0.1.36" +version = "0.1.37" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-num/num"