Skip to content

Commit

Permalink
Merge pull request #187 from LNP-BP/v0.12
Browse files Browse the repository at this point in the history
Client-side validation v0.12 base
  • Loading branch information
dr-orlovsky authored Dec 23, 2024
2 parents 7215fb5 + 6746486 commit 43cd9b5
Show file tree
Hide file tree
Showing 28 changed files with 501 additions and 1,300 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
feature: [ derive, stl, serde, async, rand ]
feature: [ derive, rand, stl, serde ]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -57,7 +57,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ nightly, beta, stable, 1.77.0 ]
toolchain: [ nightly, beta, stable, 1.81.0 ]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down
Loading

0 comments on commit 43cd9b5

Please sign in to comment.