Skip to content

Commit 6ef1430

Browse files
committed
Update OpenBLAS to version 0.3.25
1 parent aa69a8d commit 6ef1430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openblas-build/src/download.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use anyhow::Result;
22
use std::path::{Path, PathBuf};
33

4-
const OPENBLAS_VERSION: &str = "0.3.21";
4+
const OPENBLAS_VERSION: &str = "0.3.25";
55

66
pub fn openblas_source_url() -> String {
77
format!(

0 commit comments

Comments
 (0)