Skip to content

Commit

Permalink
Try out v3 resolver for msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Nov 25, 2024
1 parent 015a8e4 commit 184dc2c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:
pull_request:

jobs:
# Proxy application is not as strict as protocol library.
proxy:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [stable, beta, nightly]
# Minumum Supported Rust Version (MSRV) is 1.63.0.
toolchain: [1.63.0, stable, beta, nightly]
steps:
- uses: actions/checkout@v3
- name: Update Toolchain
Expand Down
84 changes: 39 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[workspace]
members = ["protocol", "proxy"]
resolver = "2"
resolver = "3"

0 comments on commit 184dc2c

Please sign in to comment.