From 1b4fbfb20ac12be139bad26544784092c503f191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 03:09:49 +0000 Subject: [PATCH] chore(deps): update latest msrv to v1.73 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 950a80cca..bda07248e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = [ ] [workspace.package] -rust-version = "1.72.0" +rust-version = "1.73" edition = "2021" license = "MIT OR Apache-2.0"