Skip to content

Commit

Permalink
Add support for general deserialization options and namespaces in par…
Browse files Browse the repository at this point in the history
…ticular.
  • Loading branch information
adamreichold committed May 16, 2024
1 parent 76103e5 commit 971ab35
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
Expand All @@ -16,7 +16,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo test
Loading

0 comments on commit 971ab35

Please sign in to comment.