Skip to content

Commit

Permalink
chore: latest Rust stable
Browse files Browse the repository at this point in the history
  • Loading branch information
b-fuze committed May 8, 2022
1 parent 1c8d9c8 commit 870a09c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
rust-version: '1.56.1'
rust-version: '1.60.0'

- name: Log versions
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
html-parser/*/target
build/linux-x86_64
Cargo.lock
node_modules
.deno_plugins
Expand Down

0 comments on commit 870a09c

Please sign in to comment.