Skip to content

Commit 806ce06

Browse files
authored
Merge pull request #73 from rust-math/rust-1.62.1-based-images
Set minimal supported rustc version to 1.56.0
2 parents 62ccbc7 + 2703ddc commit 806ce06

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docker/common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TOP := $(shell git rev-parse --show-toplevel)
22
HERE := $(TOP)/docker
33

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

77
all: build
88

intel-mkl-tool/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "intel-mkl-tool"
33
version = "0.2.1+mkl2020.1"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
6+
rust-version = "1.56.0" # MSRV is introduced
67

78
description = "CLI utility for redistributiing Intel(R) MKL"
89
repository = "https://github.com/rust-math/intel-mkl-src"

intel-mkl-tool/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
HERE := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
22
REGISTRY := ghcr.io/rust-math/intel-mkl-src
3-
RUST_VERSION := 1.49.0
3+
RUST_VERSION := 1.56.0
44
DOCKER_OPTION := --rm -u $(shell id -u):$(shell id -g) -v $(HERE):/src
55

66
test:

0 commit comments

Comments
 (0)