Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openblas-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openblas-build"
version = "0.10.8"
version = "0.10.9"
license = "Apache-2.0/MIT"
edition = "2018"
authors = ["Toshiki Teramura <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion openblas-build/src/download.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use anyhow::Result;
use std::path::{Path, PathBuf};

const OPENBLAS_VERSION: &str = "0.3.21";
const OPENBLAS_VERSION: &str = "0.3.22";

pub fn openblas_source_url() -> String {
format!(
Expand Down
4 changes: 2 additions & 2 deletions openblas-src/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openblas-src"
version = "0.10.8"
version = "0.10.9"
license = "Apache-2.0/MIT"
edition = "2018"
authors = [
Expand Down Expand Up @@ -37,7 +37,7 @@ libc = "0.2"

[build-dependencies]
dirs = "3.0.1"
openblas-build = { version = "0.10.8", path = "../openblas-build" }
openblas-build = { version = "0.10.9", path = "../openblas-build" }

[target.'cfg(target_os="windows")'.build-dependencies]
vcpkg = "0.2"