Skip to content

Commit 9f24033

Browse files
authored
chore(build): bump version to 0.6.5 (#214)
1 parent 41f823b commit 9f24033

14 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -5,4 +5,4 @@ members = [
55
"core",
66
"cli",
77
]
8-
version = "0.6.4"
8+
version = "0.6.5"

cache/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-cache"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

cli/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-cli"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.6.4"
8+
version = "0.6.5"
99

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

config/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-config"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.6.4"
8+
version = "0.6.5"
99

1010
[dependencies]
1111
thiserror = "1.0.50"

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ members = [
77
"decompile",
88
"disassemble",
99
]
10-
version = "0.6.4"
10+
version = "0.6.5"

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.6.4"
3+
version = "0.6.5"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "heimdall-rs-decode-example"
3-
version = "0.6.4"
3+
version = "0.6.5"
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)