Skip to content

Commit

Permalink
chore(meta): bump version to 0.8.2 (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker authored May 31, 2024
1 parent efc4406 commit a0e76ee
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 31 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.1"
version = "0.8.2"
edition = "2021"
license = "MIT"
rust-version = "1.75"
Expand Down
4 changes: 2 additions & 2 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ members = [
"snapshot",
"decompile",
"disassemble",
"inspect"
"inspect",
]
version = "0.8.1"
version = "0.8.2"
4 changes: 2 additions & 2 deletions examples/cfg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "heimdall-rs-cfg-example"
version = "0.8.1"
version = "0.8.2"
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.git", branch = "main" }
tokio = {version = "1", features = ["full"]}
tokio = { version = "1", features = ["full"] }
4 changes: 2 additions & 2 deletions examples/decode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "heimdall-rs-decode-example"
version = "0.8.1"
version = "0.8.2"
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.git", branch = "main" }
tokio = {version = "1", features = ["full"]}
tokio = { version = "1", features = ["full"] }
4 changes: 2 additions & 2 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.1"
version = "0.8.2"
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.1" }
heimdall-core = { git = "https://github.com/Jon-Becker/heimdall-rs/", version = "0.8.2" }
serde = "1.0.196"
serde_yaml = "0.9.31"
tokio = "1.35.1"
4 changes: 2 additions & 2 deletions examples/decompile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "heimdall-rs-decompile-example"
version = "0.8.1"
version = "0.8.2"
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.git", branch = "main" }
tokio = {version = "1", features = ["full"]}
tokio = { version = "1", features = ["full"] }
4 changes: 2 additions & 2 deletions examples/disassemble/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "heimdall-rs-disassemble-example"
version = "0.8.1"
version = "0.8.2"
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.git", branch = "main" }
tokio = {version = "1", features = ["full"]}
tokio = { version = "1", features = ["full"] }
4 changes: 2 additions & 2 deletions examples/dump/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "heimdall-rs-dump-example"
version = "0.8.1"
version = "0.8.2"
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.git", branch = "main" }
tokio = {version = "1", features = ["full"]}
tokio = { version = "1", features = ["full"] }
4 changes: 2 additions & 2 deletions examples/inspect/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "heimdall-rs-inspect-example"
version = "0.8.1"
version = "0.8.2"
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.git", branch = "main" }
tokio = {version = "1", features = ["full"]}
tokio = { version = "1", features = ["full"] }
4 changes: 2 additions & 2 deletions examples/snapshot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "heimdall-rs-snapshot-example"
version = "0.8.1"
version = "0.8.2"
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.git", branch = "main" }
tokio = {version = "1", features = ["full"]}
tokio = { version = "1", features = ["full"] }

0 comments on commit a0e76ee

Please sign in to comment.