Skip to content

Commit

Permalink
Merge pull request #73 from rust-math/rust-1.62.1-based-images
Browse files Browse the repository at this point in the history
Set minimal supported rustc version to 1.56.0
  • Loading branch information
termoshtt authored Jul 28, 2022
2 parents 62ccbc7 + 2703ddc commit 806ce06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TOP := $(shell git rev-parse --show-toplevel)
HERE := $(TOP)/docker

REGISTRY := ghcr.io/rust-math/intel-mkl-src
RUST_VERSION := 1.49.0
RUST_VERSION := 1.56.0

all: build

Expand Down
1 change: 1 addition & 0 deletions intel-mkl-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "intel-mkl-tool"
version = "0.2.1+mkl2020.1"
authors = ["Toshiki Teramura <toshiki.teramura@gmail.com>"]
edition = "2018"
rust-version = "1.56.0" # MSRV is introduced

description = "CLI utility for redistributiing Intel(R) MKL"
repository = "https://github.com/rust-math/intel-mkl-src"
Expand Down
2 changes: 1 addition & 1 deletion intel-mkl-tool/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
HERE := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
REGISTRY := ghcr.io/rust-math/intel-mkl-src
RUST_VERSION := 1.49.0
RUST_VERSION := 1.56.0
DOCKER_OPTION := --rm -u $(shell id -u):$(shell id -g) -v $(HERE):/src

test:
Expand Down

0 comments on commit 806ce06

Please sign in to comment.