Skip to content

Commit

Permalink
Merge branch 'master' into feat-issue-1177/add-attribute-str
Browse files Browse the repository at this point in the history
  • Loading branch information
frol authored Jun 7, 2024
2 parents aeda1be + caea866 commit d91fece
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.78.0]
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 d91fece

Please sign in to comment.