From b998ac62bac4861cff7f4569ab92719eb929bb58 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 21 Aug 2023 20:16:10 +0200 Subject: [PATCH] Update minimum `rust-version` listed (#6872) Previously 1.66.0 was listed, but as pointed out in #6870 we now rely on 1.71.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34461629acdc..a49b8fd53ba0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ exclude = [ version = "13.0.0" authors = ["The Wasmtime Project Developers"] edition = "2021" -rust-version = "1.66.0" +rust-version = "1.71.0" [workspace.dependencies] wasmtime-wmemcheck = { path = "crates/wmemcheck", version = "=13.0.0" }