diff --git a/Cargo.toml b/Cargo.toml index 61e5f12..f9c2605 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "zeptohttpc" description = "minimal HTTP client using http and httparse crates" -version = "0.10.0" +version = "0.10.1" authors = ["Adam Reichold "] -edition = "2018" +edition = "2021" rust-version = "1.60" license = "MIT OR Apache-2.0" readme = "README.md"