diff --git a/Cargo.lock b/Cargo.lock index 827aa690..3793474e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1654,7 +1654,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "heimdall-cache" -version = "0.6.5" +version = "0.7.0" dependencies = [ "bincode", "clap", @@ -1664,7 +1664,7 @@ dependencies = [ [[package]] name = "heimdall-cli" -version = "0.6.5" +version = "0.7.0" dependencies = [ "backtrace", "clap", @@ -1683,7 +1683,7 @@ dependencies = [ [[package]] name = "heimdall-common" -version = "0.6.5" +version = "0.7.0" dependencies = [ "async-openai", "async-recursion", @@ -1709,7 +1709,7 @@ dependencies = [ [[package]] name = "heimdall-config" -version = "0.6.5" +version = "0.7.0" dependencies = [ "clap", "clap-verbosity-flag", @@ -1720,7 +1720,7 @@ dependencies = [ [[package]] name = "heimdall-core" -version = "0.6.5" +version = "0.7.0" dependencies = [ "async-convert", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 04530e35..4696afd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ members = [ "core", "cli", ] -version = "0.6.5" +version = "0.7.0" diff --git a/cache/Cargo.toml b/cache/Cargo.toml index 5fb992a4..de809bed 100644 --- a/cache/Cargo.toml +++ b/cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-cache" -version = "0.6.5" +version = "0.7.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 3976c312..edbd5e8a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-cli" -version = "0.6.5" +version = "0.7.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/common/Cargo.toml b/common/Cargo.toml index f331193d..be836646 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.6.5" +version = "0.7.0" [dependencies] async-openai = "0.10.0" diff --git a/config/Cargo.toml b/config/Cargo.toml index c940084b..50c7c9d9 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-config" -version = "0.6.5" +version = "0.7.0" edition = "2021" license = "MIT" readme = "README.md" diff --git a/core/Cargo.toml b/core/Cargo.toml index 4e090ea1..8f1cd23d 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.6.5" +version = "0.7.0" [dependencies] async-recursion = "1.0.5" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index d3219359..d14484ec 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -8,4 +8,4 @@ members = [ "disassemble", "inspect" ] -version = "0.6.5" +version = "0.7.0" diff --git a/examples/cfg/Cargo.toml b/examples/cfg/Cargo.toml index 148769f6..f749d558 100644 --- a/examples/cfg/Cargo.toml +++ b/examples/cfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-cfg-example" -version = "0.6.5" +version = "0.7.0" 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 a2cde558..77c98c72 100644 --- a/examples/decode/Cargo.toml +++ b/examples/decode/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-decode-example" -version = "0.6.5" +version = "0.7.0" 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 a1d4328f..183b9dd1 100644 --- a/examples/decompile/Cargo.toml +++ b/examples/decompile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-decompile-example" -version = "0.6.5" +version = "0.7.0" 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 c36896c2..7805e542 100644 --- a/examples/disassemble/Cargo.toml +++ b/examples/disassemble/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-disassemble-example" -version = "0.6.5" +version = "0.7.0" 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 c5e23798..5f56b155 100644 --- a/examples/dump/Cargo.toml +++ b/examples/dump/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-dump-example" -version = "0.6.5" +version = "0.7.0" 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 c8ca14e4..da02a187 100644 --- a/examples/inspect/Cargo.toml +++ b/examples/inspect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-inspect-example" -version = "0.6.5" +version = "0.7.0" 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 6d6b8817..a5aa47d3 100644 --- a/examples/snapshot/Cargo.toml +++ b/examples/snapshot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-snapshot-example" -version = "0.6.5" +version = "0.7.0" edition = "2021" description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis." keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]