From a984f576b609404b43822d8db1ea49d2a6838dc4 Mon Sep 17 00:00:00 2001 From: Martin Bartlett Date: Tue, 22 Oct 2024 10:25:14 +0200 Subject: [PATCH] Use my value-trait fork until changes merged https://github.com/simd-lite/value-trait/pull/54 --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cff48bc3..ba7b8aa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,3 +155,7 @@ unexpected_cfgs = { level = "allow", check-cfg = [ # Tool specific configurations 'cfg(tarpaulin_include)', ] } + + +[patch.crates-io] +value-trait = { git = 'https://github.com/bassmanitram/value-trait', branch = "feature/ordered-float" } \ No newline at end of file