From 838b4e42b37166e28d59e81d79295780748a6783 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 8 Jan 2016 15:22:54 -0800 Subject: [PATCH] Publish num 0.1.30 --- Cargo.toml | 2 +- num-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 59dc8cb..1b2562f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num" -version = "0.1.29" +version = "0.1.30" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-num/num" diff --git a/num-macros/Cargo.toml b/num-macros/Cargo.toml index 1a96941..13dadc0 100644 --- a/num-macros/Cargo.toml +++ b/num-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-macros" -version = "0.1.29" +version = "0.1.30" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-num/num"