Skip to content

Commit 546da4d

Browse files
committed
Use 1.62.1 image for intel-mkl-tool test
1 parent b07f5ee commit 546da4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.62.1
44
DOCKER_OPTION := --rm -u $(shell id -u):$(shell id -g) -v $(HERE):/src
55

66
test:

0 commit comments

Comments
 (0)