8000 Use tinyvec 1.6.0 in msrv build · unicode-rs/unicode-normalization@b7e343a · GitHub
[go: up one dir, main page]

Skip to content

Commit b7e343a

Browse files
committed
Use tinyvec 1.6.0 in msrv build
1 parent c8011eb commit b7e343a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@v2
6969
- name: Install msrv toolchain
70-
uses: actions-rs/toolchain@v1
71-
with:
72-
toolchain: 1.36
73-
override: true
70+
uses: dtolnay/rust-toolchain@1.36.0
71+
- name: Use tinyvec 1.6.0
72+
run: cargo update -p tinyvec --precise 1.6.0
7473
- name: Build
7574
run: cargo build --verbose --all-features
7675
regen:

0 commit comments

Comments
 (0)
0