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.
30 lines
625 B
30 lines
625 B
--- lexical-core-0.6.2/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ lexical-core-0.6.2/Cargo.toml 2019-12-06T19:17:59.269527+00:00
|
|
@@ -35,7 +35,7 @@
|
|
debug = false
|
|
debug-assertions = false
|
|
[dependencies.arrayvec]
|
|
-version = "0.4"
|
|
+version = "0.5"
|
|
features = ["array-sizes-33-128"]
|
|
optional = true
|
|
|
|
@@ -51,7 +51,7 @@
|
|
optional = true
|
|
|
|
[dependencies.static_assertions]
|
|
-version = "0.3.3"
|
|
+version = "1"
|
|
[dev-dependencies.approx]
|
|
version = "0.3.0"
|
|
|
|
@@ -59,7 +59,7 @@
|
|
version = "0.9.4"
|
|
|
|
[dev-dependencies.quickcheck]
|
|
-version = "0.8.5"
|
|
+version = "0.9"
|
|
[build-dependencies.rustc_version]
|
|
version = "0.2"
|
|
|