From 8acd322ad937e15da598379d6011d1e2f137e7a0 Mon Sep 17 00:00:00 2001 From: Martin Bartlett Date: Tue, 22 Oct 2024 11:34:33 +0200 Subject: [PATCH] Use value-trait repo master branch while awaiting for publication --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba7b8aa9..3a99ae49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,4 +158,4 @@ unexpected_cfgs = { level = "allow", check-cfg = [ [patch.crates-io] -value-trait = { git = 'https://github.com/bassmanitram/value-trait', branch = "feature/ordered-float" } \ No newline at end of file +value-trait = { git = 'https://github.com/simd-lite/value-trait', branch = "master" } \ No newline at end of file