From 4fee705a1917c5cb5a9ec5b01dd9c339a9817887 Mon Sep 17 00:00:00 2001 From: Martin Bartlett Date: Tue, 22 Oct 2024 11:55:09 +0200 Subject: [PATCH] Fix branch name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a99ae49..c702a6e7 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/simd-lite/value-trait', branch = "master" } \ No newline at end of file +value-trait = { git = 'https://github.com/simd-lite/value-trait', branch = "main" } \ No newline at end of file