Finish update and bump version number

This commit is contained in:
Alex Crichton 2015-01-03 13:51:33 -08:00
parent ae3bb3619c
commit ce93a10ed0
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "num"
version = "0.1.3"
version = "0.1.4"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/rust-lang/num"
@ -14,4 +14,4 @@ rational, and complex types.
"""
[dependencies]
rustc-serialize = "0.1"
rustc-serialize = "0.2"

View File

@ -22,6 +22,7 @@
//! ```
//! extern crate num;
//!
//! use std::num::FromPrimitive;
//! use num::bigint::BigInt;
//! use num::rational::{Ratio, BigRational};
//!