From 8990547eef57b3cc446f4ff2a0d7ccf4f64c8034 Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Mon, 31 Jul 2023 10:38:41 -0400 Subject: [PATCH] Preparing release of 0.9.4 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9c130a4..5a602f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.9.3" +version = "0.9.4" edition = "2021" description = "Substreams development kit for Ethereum chains, contains Firehose Block model and helpers as well as utilities for Ethereum ABI encoding/decoding." homepage = "https://substreams.streamingfast.io/" @@ -20,10 +20,10 @@ categories = ["api-bindings", "external-ffi-bindings", "wasm"] rust-version = "1.60" [workspace.dependencies] -substreams-ethereum = { version = "0.9.3", path = "./substreams-ethereum" } -substreams-ethereum-abigen = { version = "0.9.3", path = "./abigen" } -substreams-ethereum-core = { version = "0.9.3", path = "./core" } -substreams-ethereum-derive = { version = "0.9.3", path = "./derive" } +substreams-ethereum = { version = "0.9.4", path = "./substreams-ethereum" } +substreams-ethereum-abigen = { version = "0.9.4", path = "./abigen" } +substreams-ethereum-core = { version = "0.9.4", path = "./core" } +substreams-ethereum-derive = { version = "0.9.4", path = "./derive" } [profile.release] lto = true