We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa69a8d commit 6ef1430Copy full SHA for 6ef1430
openblas-build/src/download.rs
@@ -1,7 +1,7 @@
1
use anyhow::Result;
2
use std::path::{Path, PathBuf};
3
4
-const OPENBLAS_VERSION: &str = "0.3.21";
+const OPENBLAS_VERSION: &str = "0.3.25";
5
6
pub fn openblas_source_url() -> String {
7
format!(
0 commit comments