From a2d68731609e5ba48c7d4c1d269cff94919b41df Mon Sep 17 00:00:00 2001 From: Jono Prest Date: Wed, 29 Oct 2025 16:17:02 +0200 Subject: [PATCH] Bump hypersync format --- hypersync-client/Cargo.toml | 2 +- hypersync-format/Cargo.toml | 2 +- hypersync-net-types/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hypersync-client/Cargo.toml b/hypersync-client/Cargo.toml index 2781c0b..6275c88 100644 --- a/hypersync-client/Cargo.toml +++ b/hypersync-client/Cargo.toml @@ -48,7 +48,7 @@ ethers = { version = "2.0.14", optional = true } alloy-primitives = "1.1" hypersync-net-types = { path = "../hypersync-net-types", version = "0.11.0-rc.2" } -hypersync-format = { path = "../hypersync-format", version = "0.5" } +hypersync-format = { path = "../hypersync-format", version = "0.5.8" } hypersync-schema = { path = "../hypersync-schema", version = "0.3" } [dependencies.reqwest] diff --git a/hypersync-format/Cargo.toml b/hypersync-format/Cargo.toml index 1bfa47d..8e16caf 100644 --- a/hypersync-format/Cargo.toml +++ b/hypersync-format/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hypersync-format" -version = "0.5.7" +version = "0.5.8" edition = "2021" description = "evm format library" license = "MPL-2.0" diff --git a/hypersync-net-types/Cargo.toml b/hypersync-net-types/Cargo.toml index becab6d..e80a4e5 100644 --- a/hypersync-net-types/Cargo.toml +++ b/hypersync-net-types/Cargo.toml @@ -10,7 +10,7 @@ capnp = "0.19" serde = { version = "1", features = ["derive"] } arrayvec = { version = "0.7", features = ["serde"] } -hypersync-format = { path = "../hypersync-format", version = "0.5" } +hypersync-format = { path = "../hypersync-format", version = "0.5.8" } schemars = "1.0.4" strum = "0.27.2" strum_macros = "0.27.2"