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.
rust-num-rational/num-rational-0.1.39-fix-met...

19 lines
409 B

--- num-rational-0.1.39/Cargo.toml 2017-07-15T02:38:41+02:00
+++ num-rational-0.1.39/Cargo.toml 2017-11-08T18:05:44.395712+01:00
@@ -14,15 +14,12 @@
[dependencies.num-bigint]
optional = true
-path = "../bigint"
version = "0.1.32"
[dependencies.num-integer]
-path = "../integer"
version = "0.1.32"
[dependencies.num-traits]
-path = "../traits"
version = "0.1.32"
[dependencies.rustc-serialize]