From 1c6c2c53c7a8092407d2f31d44b10244f2dfd675 Mon Sep 17 00:00:00 2001 From: Louise Poole Date: Wed, 25 Jun 2025 17:48:46 +0200 Subject: [PATCH] chore: bump tycho-substreams crate version (#223) * chore: bump tycho-substreams crate version * chore: update cargo.lock --- substreams/Cargo.lock | 2 +- substreams/crates/tycho-substreams/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/substreams/Cargo.lock b/substreams/Cargo.lock index d557731..46c4b84 100644 --- a/substreams/Cargo.lock +++ b/substreams/Cargo.lock @@ -1684,7 +1684,7 @@ dependencies = [ [[package]] name = "tycho-substreams" -version = "0.2.2" +version = "0.4.0" dependencies = [ "ethabi 18.0.0", "hex", diff --git a/substreams/crates/tycho-substreams/Cargo.toml b/substreams/crates/tycho-substreams/Cargo.toml index 89c8d20..96b3c77 100644 --- a/substreams/crates/tycho-substreams/Cargo.toml +++ b/substreams/crates/tycho-substreams/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tycho-substreams" -version = "0.2.2" +version = "0.4.0" edition = "2021" description = "Tycho substreams development kit, contains tycho-indexer block changes model and helper functions for common indexing tasks." repository = "https://github.com/propeller-heads/tycho-protocol-sdk/tree/main/substreams/crates/tycho-substreams"