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