Skip to content

Commit

Permalink
chore: bump the clap to 4.4.18 and update MSRV to 1.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustin170506 committed Apr 10, 2024
1 parent 74331e1 commit 524bc65
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 129 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: ["main"]
branches: [ "main" ]
pull_request:

name: CI
Expand Down Expand Up @@ -48,11 +48,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [stable]
os: [ ubuntu-latest, macos-latest, windows-latest ]
rust: [ stable ]
include:
# Make 1.64 MSRV, as it's Tonic 0.10's MSRV.
- rust: 1.64.0
- rust: 1.70.0
os: ubuntu-latest
# Try to build on the latest nightly. This job is allowed to fail, but
# it's useful to help catch bugs in upcoming Rust versions.
Expand Down
Loading

0 comments on commit 524bc65

Please sign in to comment.