From af100af4ffc1cc711a888ef9f29b6dd44b2a8677 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:36:51 +0000 Subject: [PATCH] chore(deps): update latest msrv to v1.72.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fbcab0fa2..2fb58d71e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = [ ] [workspace.package] -rust-version = "1.71.0" +rust-version = "1.72.0" edition = "2021" license = "MIT OR Apache-2.0"