From 0b110f10f4fc1a3476fe38b983d86c7cd32b88e8 Mon Sep 17 00:00:00 2001 From: Fangdun Tsai Date: Mon, 1 Jan 2024 17:12:28 +0800 Subject: [PATCH] cargo: MSRV 1.75 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4559841b..cac783a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ homepage = "https://viz.rs" documentation = "https://docs.rs/viz" repository = "https://github.com/viz-rs/viz" license = "MIT" -rust-version = "1.75" # follows `tokio` and `hyper` +rust-version = "1.75" [workspace.dependencies] viz = { version = "0.7.1", path = "viz" }