From 659c1a73c30846dc01f0e5a62b06e02691dfe824 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Sat, 21 Nov 2015 17:00:15 -0800 Subject: [PATCH] Publish num 0.1.28 --- Cargo.toml | 2 +- num-macros/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e2d2e5..16c8167 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num" -version = "0.1.27" +version = "0.1.28" 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 a80baaa..e5e1d9e 100644 --- a/num-macros/Cargo.toml +++ b/num-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-macros" -version = "0.1.27" +version = "0.1.28" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-num/num" @@ -16,4 +16,4 @@ name = "num_macros" plugin = true [dev-dependencies] -num = { path = "..", version = "*" } +num = { path = "..", version = "0.1" }