Skip to content

Commit

Permalink
feature/upgrade 930 (#97)
Browse files Browse the repository at this point in the history
* update

* update

* update

* update toolchain

* update

* update

* update build.yml
  • Loading branch information
StewartYe authored Feb 24, 2023
1 parent 9f1363b commit 467de80
Show file tree
Hide file tree
Showing 8 changed files with 1,034 additions and 486 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-11
toolchain: nightly-2023-01-29
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-11
toolchain: nightly-2023-01-29
override: true
components: rustfmt, clippy
- name: Build release with all features enabled
Expand Down
Loading

0 comments on commit 467de80

Please sign in to comment.