You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
626 B
34 lines
626 B
7 years ago
|
--- num-0.1.40/Cargo.toml 2017-07-15T02:41:10+02:00
|
||
|
+++ num-0.1.40/Cargo.toml 2017-11-08T23:16:12.828044+01:00
|
||
|
@@ -21,30 +21,24 @@
|
||
|
|
||
|
[dependencies.num-bigint]
|
||
|
optional = true
|
||
|
-path = "bigint"
|
||
|
version = "0.1.40"
|
||
|
|
||
|
[dependencies.num-complex]
|
||
|
optional = true
|
||
|
-path = "complex"
|
||
|
version = "0.1.39"
|
||
|
|
||
|
[dependencies.num-integer]
|
||
|
-path = "./integer"
|
||
|
version = "0.1.35"
|
||
|
|
||
|
[dependencies.num-iter]
|
||
|
optional = false
|
||
|
-path = "iter"
|
||
|
version = "0.1.34"
|
||
|
|
||
|
[dependencies.num-rational]
|
||
|
optional = true
|
||
|
-path = "rational"
|
||
|
version = "0.1.39"
|
||
|
|
||
|
[dependencies.num-traits]
|
||
|
-path = "./traits"
|
||
|
version = "0.1.40"
|
||
|
|
||
|
[dev-dependencies]
|