Skip to content

Commit

Permalink
Pin toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
axonasif committed Oct 13, 2023
1 parent 311d888 commit dedb8fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ RUN target=/usr/bin/meilisearch \

USER gitpod

RUN rustup default nightly \
&& rustup component add clippy --toolchain nightly #-2023-07-13 \
&& rustup component add rustfmt --toolchain nightly #-2023-07-13
RUN rustup default nightly-2023-10-12 \
&& rustup component add clippy --toolchain nightly-2023-10-12 \
&& rustup component add rustfmt --toolchain nightly-2023-10-12
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly"
channel = "nightly-2023-10-12"

0 comments on commit dedb8fd

Please sign in to comment.