diff --git a/Cargo.lock b/Cargo.lock index 937c8b2..8d485cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -564,7 +564,7 @@ dependencies = [ [[package]] name = "evmole" -version = "0.6.1" +version = "0.6.2" dependencies = [ "alloy-dyn-abi", "alloy-primitives", diff --git a/Cargo.toml b/Cargo.toml index bc4caad..ea7a46f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "evmole" -version = "0.6.1" +version = "0.6.2" edition = "2021" description = "Extracts function selectors and arguments from EVM bytecode" authors = ["Maxim Andreev "] diff --git a/README.md b/README.md index 5372479..7c6b6a0 100644 --- a/README.md +++ b/README.md @@ -412,7 +412,7 @@ $ cast selectors --resolve $(cast code 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc See [benchmark/README.md](./benchmark/) for the methodology and commands to reproduce these results -versions: evmole v0.6.0; whatsabi v0.17.0; sevm v0.7.3; evm-hound-rs v0.1.4; heimdall-rs v0.8.4 +versions: evmole v0.6.2; whatsabi v0.17.0; sevm v0.7.3; evm-hound-rs v0.1.4; heimdall-rs v0.8.4 (*): sevm and heimdall-rs are full decompilers, not limited to extracting function selectors diff --git a/benchmark/providers/evmole-rs/Cargo.lock b/benchmark/providers/evmole-rs/Cargo.lock index f1de968..eb5b8ef 100644 --- a/benchmark/providers/evmole-rs/Cargo.lock +++ b/benchmark/providers/evmole-rs/Cargo.lock @@ -664,7 +664,7 @@ dependencies = [ [[package]] name = "evmole" -version = "0.6.1" +version = "0.6.2" dependencies = [ "alloy-dyn-abi", "alloy-primitives", diff --git a/javascript/package.json b/javascript/package.json index 7bc5519..e0f9c81 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,7 +1,7 @@ { "name": "evmole", "description": "Extracts function selectors and arguments from EVM bytecode", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "collaborators": [ "Maxim Andreev "