Skip to content

Commit

Permalink
bump package version + bump openblas version to 0.3.22 so that buildi…
Browse files Browse the repository at this point in the history
…ng on avx512 platforms pass
  • Loading branch information
chebbyChefNEQ committed May 20, 2023
1 parent aa69a8d commit ec5f768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 <toshiki.teramura@gmail.com>"]
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

0 comments on commit ec5f768

Please sign in to comment.