diff --git a/Cargo.toml b/Cargo.toml index e83a0cc..069e223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,8 @@ itertools = "0.10.3" getrandom = { version = "0.2", features = ["js"] } [dev-dependencies] -criterion = "0.3" +smartcore = { path = ".", features = ["fp_bench"] } +criterion = { version = "0.4", default-features = false } serde_json = "1.0" bincode = "1.3.1" @@ -52,4 +53,4 @@ required-features = ["ndarray-bindings", "nalgebra-bindings"] [[bench]] name = "fastpair" harness = false -required-features = ["fp_bench"] \ No newline at end of file +required-features = ["fp_bench"]