Skip to content

Commit 16a52d7

Browse files
committed
chore: upgrade rust
1 parent 1767ed3 commit 16a52d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rust.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions-rs/toolchain@v1
3434
with:
3535
profile: minimal
36-
toolchain: 1.69.0
36+
toolchain: 1.73.0
3737
target: wasm32-unknown-unknown
3838
override: true
3939
components: llvm-tools-preview
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions-rs/cargo@v1
6363
with:
6464
command: test
65-
toolchain: 1.69.0
65+
toolchain: 1.73.0
6666
args: --locked --tests
6767
env:
6868
LLVM_PROFILE_FILE: "swap-converter-%p-%m.profraw"
@@ -82,7 +82,7 @@ jobs:
8282
- name: Upload artifact
8383
uses: actions/upload-pages-artifact@v1
8484
with:
85-
path: './target/debug/coverage/'
85+
path: "./target/debug/coverage/"
8686
- name: Deploy to GitHub Pages
8787
id: deployment
8888
uses: actions/deploy-pages@v2
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions-rs/toolchain@v1
9999
with:
100100
profile: minimal
101-
toolchain: 1.69.0
101+
toolchain: 1.73.0
102102
override: true
103103
components: rustfmt, clippy
104104

@@ -123,13 +123,13 @@ jobs:
123123
- name: Run cargo fmt
124124
uses: actions-rs/cargo@v1
125125
with:
126-
toolchain: 1.69.0
126+
toolchain: 1.73.0
127127
command: fmt
128128
args: --all -- --check
129129

130130
- name: Run cargo clippy
131131
uses: actions-rs/cargo@v1
132132
with:
133-
toolchain: 1.69.0
133+
toolchain: 1.73.0
134134
command: clippy
135135
args: --tests -- -D warnings

0 commit comments

Comments
 (0)