We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8011eb commit b7e343aCopy full SHA for b7e343a
.github/workflows/rust.yml
@@ -67,10 +67,9 @@ jobs:
67
steps:
68
- uses: actions/checkout@v2
69
- name: Install msrv toolchain
70
- uses: actions-rs/toolchain@v1
71
- with:
72
- toolchain: 1.36
73
- override: true
+ uses: dtolnay/rust-toolchain@1.36.0
+ - name: Use tinyvec 1.6.0
+ run: cargo update -p tinyvec --precise 1.6.0
74
- name: Build
75
run: cargo build --verbose --all-features
76
regen:
0 commit comments