mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
chore: Update MSRV
This commit is contained in:
parent
6b8047ee44
commit
1e3dcef9b4
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ stages:
|
||||||
jobs:
|
jobs:
|
||||||
- template: default.yml@templates
|
- template: default.yml@templates
|
||||||
parameters:
|
parameters:
|
||||||
minrust: 1.36.0
|
minrust: 1.40.0
|
||||||
codecov_token: $(CODECOV_TOKEN_SECRET)
|
codecov_token: $(CODECOV_TOKEN_SECRET)
|
||||||
- stage: codegen
|
- stage: codegen
|
||||||
displayName: Verify Code-gen
|
displayName: Verify Code-gen
|
||||||
|
|
Loading…
Reference in a new issue