diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff8c502..9b2ef18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: matrix: rust: - stable - - 1.36.0 + - 1.60.0 steps: - uses: actions/checkout@v2 - name: Install Rust stable toolchain @@ -36,7 +36,7 @@ jobs: matrix: rust: - stable - - 1.36.0 + - 1.60.0 feature: - "" - actix4 diff --git a/Cargo.toml b/Cargo.toml index 8293f82..0ceaf9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }