Skip to content

Commit

Permalink
Re-export all items from num-traits 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Feb 2, 2018
1 parent 3716330 commit f8a471c
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 4,481 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ categories = [ "algorithms", "science" ]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-num/num-traits"
name = "num-traits"
version = "0.1.42"
version = "0.1.43"
readme = "README.md"

[dependencies]
[lib]
doctest = false # multiple rlib candidates for `num_traits` found

[dependencies.num-traits]
git = "https://github.com/rust-num/num-traits"
version = "0.2.0-pre"
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

Numeric traits for generic mathematics in Rust.

This version of the crate only exists to re-export compatible
items from `num-traits` 0.2. Please consider updating!

## Usage

Add this to your `Cargo.toml`:
Expand Down
99 changes: 0 additions & 99 deletions src/bounds.rs

This file was deleted.

Loading

0 comments on commit f8a471c

Please sign in to comment.