From 8e69c54e1b327fc37093c7d26ce1187dc846c35f Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Mon, 23 Mar 2015 22:04:59 +1100 Subject: [PATCH] Bump to 0.1.17. Closes #68. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0cd64b..9dbd806 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num" -version = "0.1.16" +version = "0.1.17" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-lang/num"