From 9f240335dc9b126f91ecfd1084aaa1b7a509f941 Mon Sep 17 00:00:00 2001 From: Jonathan Becker Date: Fri, 1 Dec 2023 22:03:03 -0500 Subject: [PATCH] chore(build): bump version to 0.6.5 (#214) --- 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/snapshot/Cargo.toml | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 39b8e136..a494a03c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1645,7 +1645,7 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "heimdall-cache" -version = "0.6.4" +version = "0.6.5" dependencies = [ "bincode", "clap", @@ -1654,7 +1654,7 @@ dependencies = [ [[package]] name = "heimdall-cli" -version = "0.6.4" +version = "0.6.5" dependencies = [ "backtrace", "clap", @@ -1673,7 +1673,7 @@ dependencies = [ [[package]] name = "heimdall-common" -version = "0.6.4" +version = "0.6.5" dependencies = [ "async-openai", "async-recursion", @@ -1699,7 +1699,7 @@ dependencies = [ [[package]] name = "heimdall-config" -version = "0.6.4" +version = "0.6.5" dependencies = [ "clap", "clap-verbosity-flag", @@ -1710,7 +1710,7 @@ dependencies = [ [[package]] name = "heimdall-core" -version = "0.6.4" +version = "0.6.5" dependencies = [ "backtrace", "clap", diff --git a/Cargo.toml b/Cargo.toml index 381e2a37..04530e35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ members = [ "core", "cli", ] -version = "0.6.4" +version = "0.6.5" diff --git a/cache/Cargo.toml b/cache/Cargo.toml index 2799d409..6fe491b3 100644 --- a/cache/Cargo.toml +++ b/cache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-cache" -version = "0.6.4" +version = "0.6.5" edition = "2021" license = "MIT" readme = "README.md" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bea052c8..3976c312 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-cli" -version = "0.6.4" +version = "0.6.5" edition = "2021" license = "MIT" readme = "README.md" diff --git a/common/Cargo.toml b/common/Cargo.toml index 254b87b3..f331193d 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.4" +version = "0.6.5" [dependencies] async-openai = "0.10.0" diff --git a/config/Cargo.toml b/config/Cargo.toml index 735bd960..c940084b 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-config" -version = "0.6.4" +version = "0.6.5" edition = "2021" license = "MIT" readme = "README.md" diff --git a/core/Cargo.toml b/core/Cargo.toml index 3becf013..f5621d5e 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.4" +version = "0.6.5" [dependencies] thiserror = "1.0.50" diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 705190b3..a7de198c 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -7,4 +7,4 @@ members = [ "decompile", "disassemble", ] -version = "0.6.4" +version = "0.6.5" diff --git a/examples/cfg/Cargo.toml b/examples/cfg/Cargo.toml index 5d1de38e..148769f6 100644 --- a/examples/cfg/Cargo.toml +++ b/examples/cfg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-cfg-example" -version = "0.6.4" +version = "0.6.5" 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 1f176875..a2cde558 100644 --- a/examples/decode/Cargo.toml +++ b/examples/decode/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-decode-example" -version = "0.6.4" +version = "0.6.5" 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 8418a5a3..a1d4328f 100644 --- a/examples/decompile/Cargo.toml +++ b/examples/decompile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-decompile-example" -version = "0.6.4" +version = "0.6.5" 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 ba18f60b..c36896c2 100644 --- a/examples/disassemble/Cargo.toml +++ b/examples/disassemble/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-disassemble-example" -version = "0.6.4" +version = "0.6.5" 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 e8959a8e..c5e23798 100644 --- a/examples/dump/Cargo.toml +++ b/examples/dump/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-dump-example" -version = "0.6.4" +version = "0.6.5" 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 72a12c3e..6d6b8817 100644 --- a/examples/snapshot/Cargo.toml +++ b/examples/snapshot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "heimdall-rs-snapshot-example" -version = "0.6.4" +version = "0.6.5" edition = "2021" description = "Heimdall is an advanced Ethereum smart contract toolkit for forensic and heuristic analysis." keywords = ["ethereum", "web3", "decompiler", "evm", "crypto"]