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-criterion-plot/criterion-plot-fix-metadata...

21 lines
486 B

--- criterion-plot-0.4.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ criterion-plot-0.4.4/Cargo.toml 2022-09-29T11:20:20.059987+00:00
@@ -22,7 +22,7 @@
license = "MIT/Apache-2.0"
repository = "https://github.com/bheisler/criterion.rs"
[dependencies.cast]
-version = "0.2"
+version = "0.3"
[dependencies.itertools]
version = "0.10"
@@ -30,7 +30,7 @@
version = "0.1"
[dev-dependencies.num-complex]
-version = "0.2"
+version = "0.3"
features = ["std"]
default-features = false