From 0d2dfbcd6c6af83046d56f688f5110c37cc65140 Mon Sep 17 00:00:00 2001 From: Natsuki Ikeguchi Date: Sun, 14 Jan 2024 21:21:19 +0900 Subject: [PATCH] chore: Fix documentation URL, Bump MSRV to 1.70 --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 81efc7b..a9305fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,15 +3,14 @@ name = "hyper-proxy2" version = "0.1.0" authors = ["Natsuki Ikeguchi "] description = "A proxy connector for Hyper-based applications" - -documentation = "https://docs.rs/hyper-proxy" -repository = "https://github.com/siketyan/hyper-proxy" - +documentation = "https://docs.rs/hyper-proxy2" +repository = "https://github.com/siketyan/hyper-proxy2" readme = "README.md" keywords = ["hyper", "proxy", "tokio", "ssl"] categories = ["web-programming::http-client", "asynchronous", "authentication"] license = "MIT" edition = "2021" +rust-version = "1.70.0" [dependencies] tokio = { version = "1.35", features = ["io-std", "io-util"] }