Skip to content

Commit

Permalink
Trying 1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Apr 7, 2024
1 parent 77c75ad commit cd458a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.60.0
- 1.61.0
steps:
- uses: actions/checkout@v2
- name: Install Rust stable toolchain
Expand All @@ -36,21 +36,21 @@ jobs:
matrix:
rust:
- stable
- 1.60.0
- 1.61.0
feature:
- ""
- actix4
- actix3
- warp
- axum
exclude:
- rust: 1.60.0
- rust: 1.61.0
feature: actix4
- rust: 1.60.0
- rust: 1.61.0
feature: actix3
- rust: 1.60.0
- rust: 1.61.0
feature: warp
- rust: 1.60.0
- rust: 1.61.0
feature: axum
steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Expand Up @@ -10,7 +10,7 @@ name = "serde_qs"
repository = "https://github.com/samscott89/serde_qs"
readme = "README.md"
version = "0.13.0"
rust-version = "1.60"
rust-version = "1.61"

[dependencies]
actix-web4 = { version = "4.0", optional = true, package = "actix-web", default-features = false }
Expand All @@ -25,8 +25,7 @@ axum-framework = { package = "axum", version = "0.7", default-features = false,

[dev-dependencies]
chrono = { version = "0.4", features = ["serde"] }
csv = "=1.2.2"
memchr = "<2.5,>1.0" # 2.6+ breaks on older rust versions
csv = "1.3"
rand = "0.8"
serde_derive = "1.0"
serde_urlencoded = "0.7"
Expand Down

0 comments on commit cd458a4

Please sign in to comment.