diff --git a/Cargo.toml b/Cargo.toml index 9aa44fe..2226656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ openblas = ["dep:openblas-src"] [dependencies] anyhow = "1.0" num-traits = "0.2.19" -gemm = "0.18.2" +gemm = "0.19.0" num_cpus = "1.16" simsimd = "6.5.3" wide = "0.7.28"