Update dependencies (#368)
This commit is contained in:
parent
f8c1fe21b7
commit
efb74969e2
5 changed files with 453 additions and 397 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -24,6 +24,14 @@ jobs:
|
|||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Downgrade packages for MSRV
|
||||
if: matrix.rust == '1.70.0'
|
||||
run: |
|
||||
cargo add --dev jsonschema@0.20
|
||||
cargo add --dev garde --git https://github.com/jprochazk/garde.git --rev be00ddddf8de14530ee890ccfdbaf0b13fb32852
|
||||
cargo add --dev validator@0.18.1
|
||||
cargo update url --precise 2.5.2
|
||||
working-directory: ./schemars
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: ${{ matrix.rust }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue