Skip to content

Commit

Permalink
chore(meta): bump version to 0.8.3 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-Becker authored Jul 23, 2024
1 parent f6085d7 commit 911036d
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
26 changes: 13 additions & 13 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 @@ -31,7 +31,7 @@ lto = "thin"
debug = true

[workspace.package]
version = "0.8.2"
version = "0.8.3"
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 @@ -8,4 +8,4 @@ members = [
"disassemble",
"inspect",
]
version = "0.8.2"
version = "0.8.3"
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.2"
version = "0.8.3"
edition = "2021"
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
Expand Down
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.2"
version = "0.8.3"
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-decoder = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.2" }
heimdall-decoder = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.3" }
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.2"
version = "0.8.3"
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-decoder = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.2" }
heimdall-decoder = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.3" }
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.2"
version = "0.8.3"
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-decompiler = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.2" }
heimdall-decompiler = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.3" }
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.2"
version = "0.8.3"
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-disassembler = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.2" }
heimdall-disassembler = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.3" }
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.2"
version = "0.8.3"
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-dump = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.2" }
heimdall-dump = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.3" }
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.2"
version = "0.8.3"
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-inspect = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.2" }
heimdall-inspect = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.3" }
tokio = { version = "1", features = ["full"] }

0 comments on commit 911036d

Please sign in to comment.