Skip to content

Commit d65f4ca

Browse files
authored
chore: bump version to 0.8.6 (#565)
* chore: bump version to `0.8.6` * fix: Update rand version to 0.8.5
1 parent 55ee688 commit d65f4ca

File tree

10 files changed

+28
-28
lines changed

10 files changed

+28
-28
lines changed

Cargo.lock

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lto = "thin"
3131
debug = true
3232

3333
[workspace.package]
34-
version = "0.8.5"
34+
version = "0.8.6"
3535
edition = "2021"
3636
license = "MIT"
3737
rust-version = "1.81"

examples/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ members = [
88
"disassemble",
99
"inspect",
1010
]
11-
version = "0.8.5"
11+
version = "0.8.6"

examples/cfg/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-rs-cfg-example"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
edition = "2021"
55
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
66
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]

examples/decode/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "heimdall-rs-decode-example"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
edition = "2021"
55
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
66
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
77
license = "MIT"
88

99
[dependencies]
10-
heimdall-decoder = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.5" }
10+
heimdall-decoder = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.6" }
1111
tokio = { version = "1", features = ["full"] }

examples/decode_offline/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "heimdall-rs-decode-offline-example"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
edition = "2021"
55
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
66
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
77
license = "MIT"
88

99
[dependencies]
10-
heimdall-decoder = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.5" }
10+
heimdall-decoder = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.6" }
1111
serde = "1.0.196"
1212
serde_yaml = "0.9.31"
1313
tokio = "1.35.1"

examples/decompile/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "heimdall-rs-decompile-example"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
edition = "2021"
55
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
66
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
77
license = "MIT"
88

99
[dependencies]
10-
heimdall-decompiler = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.5" }
10+
heimdall-decompiler = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.6" }
1111
tokio = { version = "1", features = ["full"] }

examples/disassemble/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "heimdall-rs-disassemble-example"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
edition = "2021"
55
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
66
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
77
license = "MIT"
88

99
[dependencies]
10-
heimdall-disassembler = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.5" }
10+
heimdall-disassembler = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.6" }
1111
tokio = { version = "1", features = ["full"] }

examples/dump/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "heimdall-rs-dump-example"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
edition = "2021"
55
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
66
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
77
license = "MIT"
88

99
[dependencies]
10-
heimdall-dump = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.5" }
10+
heimdall-dump = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.6" }
1111
tokio = { version = "1", features = ["full"] }

examples/inspect/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "heimdall-rs-inspect-example"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
edition = "2021"
55
description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis."
66
keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
77
license = "MIT"
88

99
[dependencies]
10-
heimdall-inspect = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.5" }
10+
heimdall-inspect = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.8.6" }
1111
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)