aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-10-29 19:19:23 -0700
committerHaibo Huang <hhb@google.com>2020-10-29 19:19:23 -0700
commitfa1e128f8d76fc7692bba478999d4b70b0b566ad (patch)
treecc76fcd4bb0aa6f23ddd864e255ab5d995b4e572 /Cargo.toml
parentacc09beccc655abcc141a28ad448b8b8a0544f26 (diff)
downloadnum-traits-fa1e128f8d76fc7692bba478999d4b70b0b566ad.tar.gz
Upgrade rust/crates/num-traits to 0.2.14
Test: make Change-Id: I65d209f9bebc2dcbb3d3ad95390afd6dae2f17b7
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 30e0dd3..685a784 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
name = "num-traits"
-version = "0.2.12"
+version = "0.2.14"
authors = ["The Rust Project Developers"]
build = "build.rs"
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
@@ -22,7 +22,7 @@ documentation = "https://docs.rs/num-traits"
readme = "README.md"
keywords = ["mathematics", "numerics"]
categories = ["algorithms", "science", "no-std"]
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-num/num-traits"
[package.metadata.docs.rs]
features = ["std"]