Skip to content

Commit e58b56f

Browse files
authored
chore(build): bump version to 0.7.2 (#248)
1 parent 769a33f commit e58b56f

File tree

15 files changed

+19
-19
lines changed

15 files changed

+19
-19
lines changed

Cargo.lock

+5-5
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
@@ -5,4 +5,4 @@ members = [
55
"core",
66
"cli",
77
]
8-
version = "0.7.1"
8+
version = "0.7.2"

cache/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-cache"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-cli"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
55
license = "MIT"
66
name = "heimdall-common"
77
readme = "README.md"
8-
version = "0.7.1"
8+
version = "0.7.2"
99

1010
[dependencies]
1111
async-openai = "0.10.0"

config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-config"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]
55
license = "MIT"
66
name = "heimdall-core"
77
readme = "README.md"
8-
version = "0.7.1"
8+
version = "0.7.2"
99

1010
[dependencies]
1111
async-recursion = "1.0.5"

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.7.1"
11+
version = "0.7.2"

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.7.1"
3+
version = "0.7.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-rs-decode-example"
3-
version = "0.7.1"
3+
version = "0.7.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/decompile/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-rs-decompile-example"
3-
version = "0.7.1"
3+
version = "0.7.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/disassemble/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-rs-disassemble-example"
3-
version = "0.7.1"
3+
version = "0.7.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/dump/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-rs-dump-example"
3-
version = "0.7.1"
3+
version = "0.7.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/inspect/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-rs-inspect-example"
3-
version = "0.7.1"
3+
version = "0.7.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/snapshot/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-rs-snapshot-example"
3-
version = "0.7.1"
3+
version = "0.7.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"]

0 commit comments

Comments
 (0)