Skip to content

Commit

Permalink
chore(deps): update rust-toolchain to 1.81
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed Dec 22, 2024
1 parent 6214f67 commit ee0a8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.79.0"
channel = "1.81.0"
components = ["rustfmt", "clippy"]

0 comments on commit ee0a8d2

Please sign in to comment.