From 2bb118fce16f2d5a1a85fce96d228acc23df827e Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 7 Apr 2024 15:23:28 -0500 Subject: Fix MSRV (#99) * Remove `then_some` to stay compatible with earlier versions of Rust * Fix CI builds to build on old versions of Rust * Trying 1.61 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8293f82..1e388aa 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.61" [dependencies] actix-web4 = { version = "4.0", optional = true, package = "actix-web", default-features = false } @@ -25,7 +25,7 @@ axum-framework = { package = "axum", version = "0.7", default-features = false, [dev-dependencies] chrono = { version = "0.4", features = ["serde"] } -csv = "1.1" +csv = "1.3" rand = "0.8" serde_derive = "1.0" serde_urlencoded = "0.7" -- cgit v1.2.3