Skip to content

Commit

Permalink
chore: Bumped the minimum tested Rust version to 1.76.0 to accommodat…
Browse files Browse the repository at this point in the history
…e the requirements dicated by the new versions of dependency crates (#1197)
  • Loading branch information
ruseinov authored Jun 7, 2024
1 parent 289d75f commit caea866
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
toolchain: [stable, 1.72.1]
toolchain: [stable, 1.76.0]
steps:
- uses: actions/checkout@v3
- name: "${{ matrix.toolchain }} with rustfmt, and wasm32"
Expand All @@ -24,10 +24,10 @@ jobs:
default: true
target: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v1
- name: Downgrade dependencies
run: |
cargo update -p [email protected] --precise 4.4.18
cd examples/adder && cargo update -p [email protected] --precise 4.4.18
# - name: Downgrade dependencies
# run: |
# cargo update -p [email protected] --precise 4.4.18
# cd examples/adder && cargo update -p [email protected] --precise 4.4.18
- name: test
run: cargo test --all --features unstable,legacy
lint:
Expand Down

0 comments on commit caea866

Please sign in to comment.