Skip to content

Commit

Permalink
Fix Rust toolchain version number
Browse files Browse the repository at this point in the history
  • Loading branch information
criccomini committed Sep 1, 2023
1 parent e37746f commit 78d304f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: '3.10'

- name: Setup Rust
uses: actions-rs/toolchain@v2
uses: actions-rs/toolchain@v1

- name: Install TOML CLI
run: cargo install toml-cli
Expand Down

0 comments on commit 78d304f

Please sign in to comment.