Skip to content

Commit d836501

Browse files
authored
handle array-like and map-like query parameters (#1017)
1 parent cf8d20f commit d836501

28 files changed

+2392
-2279
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,9 @@ jobs:
4141
with:
4242
components: rustfmt
4343
- name: Install stable
44-
uses: actions-rs/toolchain@v1
44+
uses: dtolnay/rust-toolchain@stable
4545
with:
46-
toolchain: stable
4746
components: rustfmt
48-
default: true
4947
- name: Build
5048
run: cargo build --locked --tests --verbose
5149
- name: Run tests

0 commit comments

Comments
 (0)