Skip to content

Commit

Permalink
handle array-like and map-like query parameters (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl authored Dec 27, 2024
1 parent cf8d20f commit d836501
Show file tree
Hide file tree
Showing 28 changed files with 2,392 additions and 2,279 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
with:
components: rustfmt
- name: Install stable
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt
default: true
- name: Build
run: cargo build --locked --tests --verbose
- name: Run tests
Expand Down
Loading

0 comments on commit d836501

Please sign in to comment.