Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jan 19, 2024
1 parent accb6a9 commit 6497a7d
Show file tree
Hide file tree
Showing 9 changed files with 381 additions and 279 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
include:
- build: linux
os: ubuntu-latest
rust: 1.59.0
rust: 1.69.0

steps:
- uses: actions/checkout@v3
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2022-01-19
toolchain: nightly-2023-04-20
override: true

- name: Check Rust format
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
include:
- build: linux
os: ubuntu-20.04
rust: 1.59.0
rust: 1.69.0
- build: macos
os: macos-12
rust: 1.59.0
rust: 1.69.0

steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 6497a7d

Please sign in to comment.