chore: bump tycho-substreams crate version (#223)

* chore: bump tycho-substreams crate version

* chore: update cargo.lock
This commit is contained in:
Louise Poole
2025-06-25 17:48:46 +02:00
committed by GitHub
parent cfbf6812bd
commit 1c6c2c53c7
2 changed files with 2 additions and 2 deletions

2
substreams/Cargo.lock generated
View File

@@ -1684,7 +1684,7 @@ dependencies = [
[[package]]
name = "tycho-substreams"
version = "0.2.2"
version = "0.4.0"
dependencies = [
"ethabi 18.0.0",
"hex",

View File

@@ -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"