Skip to content

Commit 7431970

Browse files
mjgartonsunng87
authored andcommitted
Upgrade Rust version to 1.80.1
Upgrade Rust version to ensure the CI build passes.
1 parent b55a6a4 commit 7431970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
- uses: actions/checkout@v4
7777
- uses: actions-rs/toolchain@v1
7878
with:
79-
toolchain: "1.79"
79+
toolchain: "1.80.1"
8080
override: true
8181
- run: cargo build --all-features

0 commit comments

Comments
 (0)