Skip to content

Commit 283cc16

Browse files
authored
Bump crate versions for release (#99)
1 parent 7c960c5 commit 283cc16

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

hypersync-client/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hypersync-client"
3-
version = "0.22.0"
3+
version = "0.23.0"
44
edition = "2021"
55
description = "client library for hypersync"
66
license = "MPL-2.0"
@@ -40,9 +40,9 @@ bincode = "1"
4040
nohash-hasher = "0.2.0"
4141
alloy-primitives = "1.1"
4242

43-
hypersync-net-types = { path = "../hypersync-net-types", version = "0.12.2" }
44-
hypersync-format = { path = "../hypersync-format", version = "0.6.0" }
45-
hypersync-schema = { path = "../hypersync-schema", version = "0.3.1" }
43+
hypersync-net-types = { path = "../hypersync-net-types", version = "0.12.3" }
44+
hypersync-format = { path = "../hypersync-format", version = "0.7.0" }
45+
hypersync-schema = { path = "../hypersync-schema", version = "0.4.0" }
4646
reqwest-eventsource = "0.6"
4747
uuid = { version = "1", features = ["v4"] }
4848
thiserror = "2.0.17"

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.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
description = "evm format library"
66
license = "MPL-2.0"

hypersync-net-types/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hypersync-net-types"
3-
version = "0.12.2"
3+
version = "0.12.3"
44
edition = "2021"
55
description = "hypersync types for transport over network"
66
license = "MPL-2.0"
@@ -9,7 +9,7 @@ license = "MPL-2.0"
99
capnp = "0.23"
1010
serde = { version = "1", features = ["derive"] }
1111
arrayvec = { version = "0.7", features = ["serde"] }
12-
hypersync-format = { path = "../hypersync-format", version = "0.6.0" }
12+
hypersync-format = { path = "../hypersync-format", version = "0.7.0" }
1313
schemars = "1.0.4"
1414
strum = "0.27.2"
1515
strum_macros = "0.27.2"

hypersync-schema/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-schema"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "schema utilities for hypersync"
66
license = "MPL-2.0"

0 commit comments

Comments
 (0)