Skip to content

Commit

Permalink
Use tinyvec 1.6.0 in msrv build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro committed Sep 15, 2024
1 parent c8011eb commit b7e343a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install msrv toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.36
override: true
uses: dtolnay/[email protected]
- name: Use tinyvec 1.6.0
run: cargo update -p tinyvec --precise 1.6.0
- name: Build
run: cargo build --verbose --all-features
regen:
Expand Down

0 comments on commit b7e343a

Please sign in to comment.