Skip to content

Commit bc49e4a

Browse files
committed
Use 1.56.0
1 parent 546da4d commit bc49e4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.62.1
5+
RUST_VERSION := 1.56.0
66

77
all: build
88

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.62.1
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)