From ee0a8d2a753df7524a3e15630a3291d26c57a721 Mon Sep 17 00:00:00 2001 From: Jon-Becker Date: Sun, 22 Dec 2024 14:15:41 -0600 Subject: [PATCH] chore(deps): update `rust-toolchain` to `1.81` --- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eca1cf80..5e812b3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ debug = true version = "0.8.5" edition = "2021" license = "MIT" -rust-version = "1.79" +rust-version = "1.81" homepage = "https://heimdall.rs" repository = "https://github.com/Jon-Becker/heimdall-rs" keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 87493917..f19c7df4 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.79.0" +channel = "1.81.0" components = ["rustfmt", "clippy"]