From 2ff07af996ca4cfe65bb0d00b6aa1d0134e557d2 Mon Sep 17 00:00:00 2001 From: Aaron Turon Date: Tue, 16 Sep 2014 10:39:08 -0700 Subject: Deprecate libnum in favor of rust-lang/num This is part of the migration of crates into the Cargo ecosystem. There is now an external repository https://github.com/rust-lang/num for bignums. The single use of libnum elsewhere in the repository is for a shootout benchmark, which is being moved into the external crate. Due to deprecation, this is a: [breaking-change] --- src/libnum/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libnum') diff --git a/src/libnum/lib.rs b/src/libnum/lib.rs index f12279b20e8..43fe82ee899 100644 --- a/src/libnum/lib.rs +++ b/src/libnum/lib.rs @@ -46,7 +46,9 @@ #![feature(default_type_params)] #![crate_name = "num"] -#![experimental] +#![deprecated = "This is now a cargo package located at: \ + https://github.com/rust-lang/num"] +#![allow(deprecated)] #![crate_type = "rlib"] #![crate_type = "dylib"] #![license = "MIT/ASL2"] -- cgit 1.4.1-3-g733a5