From 1f298e233cec3c272b85e3260aa708546404476a Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 10 Aug 2015 12:12:08 -0700 Subject: [PATCH] Bump versions to 0.1.26 --- Cargo.toml | 2 +- num-macros/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aae84ee..830bbc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num" -version = "0.1.25" +version = "0.1.26" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-lang/num" diff --git a/num-macros/Cargo.toml b/num-macros/Cargo.toml index cb480ef..c4f99f9 100644 --- a/num-macros/Cargo.toml +++ b/num-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-macros" -version = "0.1.25" +version = "0.1.26" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-lang/num"