From 7be28bbd6c1875cfd121569aa195012ef6feaa9f Mon Sep 17 00:00:00 2001 From: Riccardo Zaglia Date: Fri, 20 Oct 2023 11:26:42 +0800 Subject: [PATCH] chore: :wrench: Update MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 382801cc..be4c4df2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["alvr/*"] [workspace.package] version = "21.0.0-dev00" edition = "2021" -rust-version = "1.65" +rust-version = "1.70" authors = ["alvr-org"] license = "MIT"