Skip to content

Commit

Permalink
release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdump committed Dec 5, 2024
1 parent 0caaad9 commit befac11
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 98 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evmole"
version = "0.5.1"
version = "0.6.0"
edition = "2021"
description = "Extracts function selectors and arguments from EVM bytecode"
authors = ["Maxim Andreev <[email protected]>"]
Expand Down
95 changes: 2 additions & 93 deletions benchmark/providers/evmole-rs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion benchmark/providers/evmole-rs/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use std::io::{BufWriter, Write};
use std::time::Instant;

use clap::{Parser, ValueEnum};
use hex::FromHex;

#[derive(serde::Deserialize)]
struct Input {
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "evmole",
"description": "Extracts function selectors and arguments from EVM bytecode",
"version": "0.5.1",
"version": "0.6.0",
"license": "MIT",
"collaborators": [
"Maxim Andreev <[email protected]>"
Expand Down

0 comments on commit befac11

Please sign in to comment.