Skip to content

Commit

Permalink
chore: upgrade to rust 1.58.1 (denoland#13459)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Jan 23, 2022
1 parent a96b294 commit 3959d9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.58.1"

0 comments on commit 3959d9f

Please sign in to comment.