diff --git a/Cargo.lock b/Cargo.lock index 49e588ba..946601ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1652,7 +1652,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "heimdall-cache" -version = "0.7.1" +version = "0.7.2" dependencies = [ "bincode", "clap", @@ -1662,7 +1662,7 @@ dependencies = [ [[package]] name = "heimdall-cli" -version = "0.7.1" +version = "0.7.2" dependencies = [ "backtrace", "clap", @@ -1681,7 +1681,7 @@ dependencies = [ [[package]] name = "heimdall-common" -version = "0.7.1" +version = "0.7.2" dependencies = [ "async-openai", "async-recursion", @@ -1707,7 +1707,7 @@ dependencies = [ [[package]] name = "heimdall-config" -version = "0.7.1" +version = "0.7.2" dependencies = [ "clap", "clap-verbosity-flag", @@ -1718,7 +1718,7 @@ dependencies = [ [[package]] name = "heimdall-core" -version = "0.7.1" +version = "0.7.2" dependencies = [ "async-convert", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 00c76622..31428caa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ members = [ "core", "cli", ] -version = "0.7.1" +version = "0.7.2" diff --git a/cache/Cargo.toml b/cache/Cargo.toml index eaaa633c..245f521a 100644 --- a/cache/Cargo.toml +++ b/cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-cache" -version = "0.7.1" +version = "0.7.2" edition = "2021" license = "MIT" readme = "README.md" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 55e21507..d07415b4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-cli" -version = "0.7.1" +version = "0.7.2" edition = "2021" license = "MIT" readme = "README.md" diff --git a/common/Cargo.toml b/common/Cargo.toml index c7d90b9f..b0679fa4 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -5,7 +5,7 @@ keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"] license = "MIT" name = "heimdall-common" readme = "README.md" -version = "0.7.1" +version = "0.7.2" [dependencies] async-openai = "0.10.0" diff --git a/config/Cargo.toml b/config/Cargo.toml index eb93fe30..ef1ff3cc 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-config" -version = "0.7.1" +version = "0.7.2" edition = "2021" license = "MIT" readme = "README.md" diff --git a/core/Cargo.toml b/core/Cargo.toml index 07e817dc..ae21b5f4 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -5,7 +5,7 @@ keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"] license = "MIT" name = "heimdall-core" readme = "README.md" -version = "0.7.1" +version = "0.7.2" [dependencies] async-recursion = "1.0.5" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index d1eea13b..e96faad3 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -8,4 +8,4 @@ members = [ "disassemble", "inspect" ] -version = "0.7.1" +version = "0.7.2" diff --git a/examples/cfg/Cargo.toml b/examples/cfg/Cargo.toml index 88308ca4..5c7795cf 100644 --- a/examples/cfg/Cargo.toml +++ b/examples/cfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-cfg-example" -version = "0.7.1" +version = "0.7.2" edition = "2021" description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis." keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"] diff --git a/examples/decode/Cargo.toml b/examples/decode/Cargo.toml index a3f1ec5d..d52c9268 100644 --- a/examples/decode/Cargo.toml +++ b/examples/decode/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-decode-example" -version = "0.7.1" +version = "0.7.2" edition = "2021" description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis." keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"] diff --git a/examples/decompile/Cargo.toml b/examples/decompile/Cargo.toml index 9aeb9a38..7a21c802 100644 --- a/examples/decompile/Cargo.toml +++ b/examples/decompile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-decompile-example" -version = "0.7.1" +version = "0.7.2" edition = "2021" description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis." keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"] diff --git a/examples/disassemble/Cargo.toml b/examples/disassemble/Cargo.toml index a7ea015b..c9082ede 100644 --- a/examples/disassemble/Cargo.toml +++ b/examples/disassemble/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-disassemble-example" -version = "0.7.1" +version = "0.7.2" edition = "2021" description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis." keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"] diff --git a/examples/dump/Cargo.toml b/examples/dump/Cargo.toml index 59733886..f7c37d3e 100644 --- a/examples/dump/Cargo.toml +++ b/examples/dump/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-dump-example" -version = "0.7.1" +version = "0.7.2" edition = "2021" description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis." keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"] diff --git a/examples/inspect/Cargo.toml b/examples/inspect/Cargo.toml index 604ce819..f536adac 100644 --- a/examples/inspect/Cargo.toml +++ b/examples/inspect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-inspect-example" -version = "0.7.1" +version = "0.7.2" edition = "2021" description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis." keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"] diff --git a/examples/snapshot/Cargo.toml b/examples/snapshot/Cargo.toml index 6eac50c9..bb18573c 100644 --- a/examples/snapshot/Cargo.toml +++ b/examples/snapshot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-snapshot-example" -version = "0.7.1" +version = "0.7.2" edition = "2021" description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis." keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]