Skip to content

Commit c5fb50f

Browse files
authored
Bump hypersync format (#83)
1 parent d7de2d3 commit c5fb50f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hypersync-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ethers = { version = "2.0.14", optional = true }
4848
alloy-primitives = "1.1"
4949

5050
hypersync-net-types = { path = "../hypersync-net-types", version = "0.11.0-rc.2" }
51-
hypersync-format = { path = "../hypersync-format", version = "0.5" }
51+
hypersync-format = { path = "../hypersync-format", version = "0.5.8" }
5252
hypersync-schema = { path = "../hypersync-schema", version = "0.3" }
5353

5454
[dependencies.reqwest]

hypersync-format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hypersync-format"
3-
version = "0.5.7"
3+
version = "0.5.8"
44
edition = "2021"
55
description = "evm format library"
66
license = "MPL-2.0"

hypersync-net-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ capnp = "0.19"
1010
serde = { version = "1", features = ["derive"] }
1111
arrayvec = { version = "0.7", features = ["serde"] }
1212

13-
hypersync-format = { path = "../hypersync-format", version = "0.5" }
13+
hypersync-format = { path = "../hypersync-format", version = "0.5.8" }
1414
schemars = "1.0.4"
1515
strum = "0.27.2"
1616
strum_macros = "0.27.2"

0 commit comments

Comments
 (0)