From a1a9e710564a13d98aca3bcbc192a02d6ce30ef9 Mon Sep 17 00:00:00 2001 From: Roman Krasiuk Date: Fri, 9 Feb 2024 16:27:00 +0100 Subject: [PATCH] bump msrv --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ad9a86b..b2b58535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "revm-inspectors" description = "Revm inspector implementations" version = "0.1.0" edition = "2021" -rust-version = "1.74.0" +rust-version = "1.75" license = "MIT OR Apache-2.0" homepage = "https://github.com/paradigmxyz/evm-inspectors" repository = "https://github.com/paradigmxyz/evm-inspectors"