From 92ef1a4b6651aef8dc2e1a386190c0b950ba7be1 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Thu, 19 Feb 2015 12:47:45 +1100 Subject: [PATCH] Bump to 0.1.13. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48c3d4d..6767c57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num" -version = "0.1.12" +version = "0.1.13" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-lang/num"