From e59a3374ab15c8270c3d3b879ff854f2b0f21491 Mon Sep 17 00:00:00 2001 From: Jon-Becker Date: Tue, 12 Dec 2023 22:18:21 -0500 Subject: [PATCH] chore(build): bump version to 0.7.1 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- cache/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- common/Cargo.toml | 2 +- config/Cargo.toml | 2 +- core/Cargo.toml | 2 +- examples/Cargo.toml | 2 +- examples/cfg/Cargo.toml | 2 +- examples/decode/Cargo.toml | 2 +- examples/decompile/Cargo.toml | 2 +- examples/disassemble/Cargo.toml | 2 +- examples/dump/Cargo.toml | 2 +- examples/inspect/Cargo.toml | 2 +- examples/snapshot/Cargo.toml | 2 +- 15 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3793474e..d45298ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1654,7 +1654,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "heimdall-cache" -version = "0.7.0" +version = "0.7.1" dependencies = [ "bincode", "clap", @@ -1664,7 +1664,7 @@ dependencies = [ [[package]] name = "heimdall-cli" -version = "0.7.0" +version = "0.7.1" dependencies = [ "backtrace", "clap", @@ -1683,7 +1683,7 @@ dependencies = [ [[package]] name = "heimdall-common" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-openai", "async-recursion", @@ -1709,7 +1709,7 @@ dependencies = [ [[package]] name = "heimdall-config" -version = "0.7.0" +version = "0.7.1" dependencies = [ "clap", "clap-verbosity-flag", @@ -1720,7 +1720,7 @@ dependencies = [ [[package]] name = "heimdall-core" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-convert", "async-recursion", diff --git a/Cargo.toml b/Cargo.toml index 4696afd3..00c76622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ members = [ "core", "cli", ] -version = "0.7.0" +version = "0.7.1" diff --git a/cache/Cargo.toml b/cache/Cargo.toml index de809bed..eaaa633c 100644 --- a/cache/Cargo.toml +++ b/cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-cache" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "MIT" readme = "README.md" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index edbd5e8a..55e21507 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-cli" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "MIT" readme = "README.md" diff --git a/common/Cargo.toml b/common/Cargo.toml index be836646..c7d90b9f 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.0" +version = "0.7.1" [dependencies] async-openai = "0.10.0" diff --git a/config/Cargo.toml b/config/Cargo.toml index 50c7c9d9..eb93fe30 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-config" -version = "0.7.0" +version = "0.7.1" edition = "2021" license = "MIT" readme = "README.md" diff --git a/core/Cargo.toml b/core/Cargo.toml index 8f1cd23d..07e817dc 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.0" +version = "0.7.1" [dependencies] async-recursion = "1.0.5" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index d14484ec..d1eea13b 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -8,4 +8,4 @@ members = [ "disassemble", "inspect" ] -version = "0.7.0" +version = "0.7.1" diff --git a/examples/cfg/Cargo.toml b/examples/cfg/Cargo.toml index f749d558..88308ca4 100644 --- a/examples/cfg/Cargo.toml +++ b/examples/cfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-cfg-example" -version = "0.7.0" +version = "0.7.1" 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 77c98c72..a3f1ec5d 100644 --- a/examples/decode/Cargo.toml +++ b/examples/decode/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-decode-example" -version = "0.7.0" +version = "0.7.1" 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 183b9dd1..9aeb9a38 100644 --- a/examples/decompile/Cargo.toml +++ b/examples/decompile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-decompile-example" -version = "0.7.0" +version = "0.7.1" 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 7805e542..a7ea015b 100644 --- a/examples/disassemble/Cargo.toml +++ b/examples/disassemble/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-disassemble-example" -version = "0.7.0" +version = "0.7.1" 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 5f56b155..59733886 100644 --- a/examples/dump/Cargo.toml +++ b/examples/dump/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-dump-example" -version = "0.7.0" +version = "0.7.1" 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 da02a187..604ce819 100644 --- a/examples/inspect/Cargo.toml +++ b/examples/inspect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-inspect-example" -version = "0.7.0" +version = "0.7.1" 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 a5aa47d3..6eac50c9 100644 --- a/examples/snapshot/Cargo.toml +++ b/examples/snapshot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-snapshot-example" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis." keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]