Skip to content

Commit aea216e

Browse files
authored
chore: bump version to 0.9.2 (#660)
1 parent a0a1895 commit aea216e

File tree

10 files changed

+28
-28
lines changed

10 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lto = "thin"
3131
debug = true
3232

3333
[workspace.package]
34-
version = "0.9.1"
34+
version = "0.9.2"
3535
edition = "2021"
3636
license = "MIT"
3737
rust-version = "1.91"

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ members = [
88
"disassemble",
99
"inspect",
1010
]
11-
version = "0.9.1"
11+
version = "0.9.2"

examples/cfg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-rs-cfg-example"
3-
version = "0.9.1"
3+
version = "0.9.2"
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "heimdall-rs-decode-example"
3-
version = "0.9.1"
3+
version = "0.9.2"
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.9.1" }
10+
heimdall-decoder = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.9.2" }
1111
tokio = { version = "1", features = ["full"] }

examples/decode_offline/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "heimdall-rs-decode-offline-example"
3-
version = "0.9.1"
3+
version = "0.9.2"
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.9.1" }
10+
heimdall-decoder = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.9.2" }
1111
serde = "1.0.196"
1212
serde_yaml = "0.9.31"
1313
tokio = "1.35.1"

examples/decompile/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "heimdall-rs-decompile-example"
3-
version = "0.9.1"
3+
version = "0.9.2"
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.9.1" }
10+
heimdall-decompiler = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.9.2" }
1111
tokio = { version = "1", features = ["full"] }

examples/disassemble/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "heimdall-rs-disassemble-example"
3-
version = "0.9.1"
3+
version = "0.9.2"
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.9.1" }
10+
heimdall-disassembler = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.9.2" }
1111
tokio = { version = "1", features = ["full"] }

examples/dump/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "heimdall-rs-dump-example"
3-
version = "0.9.1"
3+
version = "0.9.2"
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.9.1" }
10+
heimdall-dump = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.9.2" }
1111
tokio = { version = "1", features = ["full"] }

examples/inspect/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "heimdall-rs-inspect-example"
3-
version = "0.9.1"
3+
version = "0.9.2"
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.9.1" }
10+
heimdall-inspect = { git = "https://github.com/Jon-Becker/heimdall-rs.git", tag = "0.9.2" }
1111
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)