Skip to content

Commit

Permalink
meta: bump version to 0.8.1 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker committed May 14, 2024
1 parent 7d52eee commit 22023b6
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 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
Expand Up @@ -19,7 +19,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.8.0"
version = "0.8.1"
edition = "2021"
license = "MIT"
rust-version = "1.75"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ members = [
"disassemble",
"inspect"
]
version = "0.8.0"
version = "0.8.1"
2 changes: 1 addition & 1 deletion examples/cfg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heimdall-rs-cfg-example"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
Expand Down
2 changes: 1 addition & 1 deletion examples/decode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heimdall-rs-decode-example"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
Expand Down
6 changes: 3 additions & 3 deletions examples/decode_offline/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "heimdall-rs-decode-offline-example"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
license = "MIT"

[dependencies]
heimdall-core = { git = "https://github.com/Jon-Becker/heimdall-rs/", version = "0.8.0" }
heimdall-core = { git = "https://github.com/Jon-Becker/heimdall-rs/", version = "0.8.1" }
serde = "1.0.196"
serde_yaml = "0.9.31"
tokio = "1.35.1"
tokio = "1.35.1"
2 changes: 1 addition & 1 deletion examples/decompile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heimdall-rs-decompile-example"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
Expand Down
2 changes: 1 addition & 1 deletion examples/disassemble/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heimdall-rs-disassemble-example"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
Expand Down
2 changes: 1 addition & 1 deletion examples/dump/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heimdall-rs-dump-example"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
Expand Down
2 changes: 1 addition & 1 deletion examples/inspect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heimdall-rs-inspect-example"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
Expand Down
2 changes: 1 addition & 1 deletion examples/snapshot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "heimdall-rs-snapshot-example"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
Expand Down

0 comments on commit 22023b6

Please sign in to comment.