Skip to content

Commit

Permalink
Bump msrv to 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Apr 7, 2024
1 parent 5befbdd commit c6e40a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.36.0
- 1.60.0
steps:
- uses: actions/checkout@v2
- name: Install Rust stable toolchain
Expand All @@ -36,7 +36,7 @@ jobs:
matrix:
rust:
- stable
- 1.36.0
- 1.60.0
feature:
- ""
- actix4
Expand Down
2 changes: 1 addition & 1 deletion 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.36"
rust-version = "1.60"

[dependencies]
actix-web4 = { version = "4.0", optional = true, package = "actix-web", default-features = false }
Expand Down

0 comments on commit c6e40a5

Please sign in to comment.