From 07d83d3841853a67bd9e804a8148ae57f494f617 Mon Sep 17 00:00:00 2001 From: Kyle Willmon Date: Thu, 9 Nov 2023 16:58:16 -0600 Subject: [PATCH] Bump MSRV due to v8 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f40d37075..926f58b49 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -4,7 +4,7 @@ version = "5.8.1" authors = ["Phylum, Inc. "] license = "GPL-3.0-or-later" edition = "2021" -rust-version = "1.70.0" +rust-version = "1.71.0" autotests = false [[test]]