From a8013fc60ff6ed6435b6c3004224c3a99e8b7b0e Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 18 Nov 2014 21:26:43 -0800 Subject: [PATCH] Bump to 0.0.2 --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6cd721..85074a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,7 @@ [package] name = "num" -version = "0.0.1" +version = "0.0.2" authors = ["The Rust Project Developers"] +license = "MIT/Apache-2.0" +homepage = "https://github.com/rust-lang/num"