File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ TOP := $(shell git rev-parse --show-toplevel)
2
2
HERE := $(TOP ) /docker
3
3
4
4
REGISTRY := ghcr.io/rust-math/intel-mkl-src
5
- RUST_VERSION := 1.49 .0
5
+ RUST_VERSION := 1.56 .0
6
6
7
7
all : build
8
8
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "intel-mkl-tool"
3
3
version = " 0.2.1+mkl2020.1"
4
4
authors = [
" Toshiki Teramura <[email protected] >" ]
5
5
edition = " 2018"
6
+ rust-version = " 1.56.0" # MSRV is introduced
6
7
7
8
description = " CLI utility for redistributiing Intel(R) MKL"
8
9
repository = " https://github.com/rust-math/intel-mkl-src"
Original file line number Diff line number Diff line change 1
1
HERE := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST ) ) ) )
2
2
REGISTRY := ghcr.io/rust-math/intel-mkl-src
3
- RUST_VERSION := 1.49 .0
3
+ RUST_VERSION := 1.56 .0
4
4
DOCKER_OPTION := --rm -u $(shell id -u) :$(shell id -g) -v $(HERE ) :/src
5
5
6
6
test :
You can’t perform that action at this time.
0 commit comments