Upgrades to Rust 1.66.1 (#29827)
This commit is contained in:
parent
d53f02ec51
commit
631dd573da
|
@ -1,4 +1,4 @@
|
|||
FROM solanalabs/rust:1.65.0
|
||||
FROM solanalabs/rust:1.66.1
|
||||
ARG date
|
||||
|
||||
RUN set -x \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Note: when the rust version is changed also modify
|
||||
# ci/rust-version.sh to pick up the new image tag
|
||||
FROM rust:1.65.0
|
||||
FROM rust:1.66.1
|
||||
|
||||
RUN set -x \
|
||||
&& apt update \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "1.65.0"
|
||||
channel = "1.66.1"
|
||||
|
|
Loading…
Reference in New Issue