mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: upgrade to rust 1.58.1 (#13459)
This commit is contained in:
parent
8bbcede22b
commit
ac8bdb1294
3 changed files with 4 additions and 7 deletions
|
@ -1,8 +1,6 @@
|
|||
FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1
|
||||
|
||||
# Update to Rust 1.58.0
|
||||
RUN rustup update 1.58.0 && rustup default 1.58.0
|
||||
|
||||
# Install Deno
|
||||
ENV DENO_INSTALL=/usr/local
|
||||
RUN curl -fsSL https://deno.land/x/install/install.sh | sh
|
||||
|
||||
|
|
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -82,10 +82,7 @@ jobs:
|
|||
tar --exclude=".git*" --exclude=target --exclude=third_party/prebuilt \
|
||||
-czvf target/release/deno_src.tar.gz -C .. deno
|
||||
|
||||
- name: Install Rust
|
||||
uses: hecrj/setup-rust-action@v1
|
||||
with:
|
||||
rust-version: 1.58.0
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install clippy and rustfmt
|
||||
if: matrix.job == 'lint'
|
||||
|
|
2
rust-toolchain.toml
Normal file
2
rust-toolchain.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[toolchain]
|
||||
channel = "1.58.1"
|
Loading…
Reference in a new issue