|
@@ -8,7 +8,7 @@ categories = ["algorithms", "science", "no-std"]
|
|
|
license = "MIT/Apache-2.0"
|
|
|
repository = "https://github.com/rust-num/num-traits"
|
|
|
name = "num-traits"
|
|
|
-version = "0.2.7"
|
|
|
+version = "0.2.8"
|
|
|
readme = "README.md"
|
|
|
build = "build.rs"
|
|
|
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
|
|
@@ -24,4 +24,4 @@ std = []
|
|
|
i128 = []
|
|
|
|
|
|
[build-dependencies]
|
|
|
-autocfg = "0.1.2"
|
|
|
+autocfg = "0.1.3"
|