Skip to content

Commit 43d8aab

Browse files
committed
chore: bump version
1 parent e6e4c03 commit 43d8aab

2 files changed

Lines changed: 36 additions & 36 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[workspace.package]
2-
version = "0.3.0"
2+
version = "0.3.1"
33
edition = "2024"
44
authors = ["Broxus Team"]
5-
rust-version = "1.88.0"
5+
rust-version = "1.89.0"
66
repository = "https://github.com/broxus/tycho"
77
license = "MIT OR Apache-2.0"
88

@@ -138,18 +138,18 @@ zstd-safe = "7.2"
138138
zstd-sys = "2.0"
139139

140140
# local deps
141-
tycho-block-util = { path = "./block-util", version = "0.3.0" }
142-
tycho-collator = { path = "./collator", version = "0.3.0" }
143-
tycho-consensus = { path = "./consensus", version = "0.3.0" }
144-
tycho-control = { path = "./control", version = "0.3.0" }
145-
tycho-core = { path = "./core", version = "0.3.0" }
146-
tycho-network = { path = "./network", version = "0.3.0" }
147-
tycho-rpc = { path = "./rpc", version = "0.3.0" }
148-
tycho-storage = { path = "./storage", version = "0.3.0" }
149-
tycho-storage-traits = { path = "./storage-traits", version = "0.3.0" }
150-
tycho-util = { path = "./util", version = "0.3.0" }
151-
tycho-util-proc = { path = "./util-proc", version = "0.3.0" }
152-
tycho-wu-tuner = { path = "./wu-tuner", version = "0.3.0" }
141+
tycho-block-util = { path = "./block-util", version = "0.3.1" }
142+
tycho-collator = { path = "./collator", version = "0.3.1" }
143+
tycho-consensus = { path = "./consensus", version = "0.3.1" }
144+
tycho-control = { path = "./control", version = "0.3.1" }
145+
tycho-core = { path = "./core", version = "0.3.1" }
146+
tycho-network = { path = "./network", version = "0.3.1" }
147+
tycho-rpc = { path = "./rpc", version = "0.3.1" }
148+
tycho-storage = { path = "./storage", version = "0.3.1" }
149+
tycho-storage-traits = { path = "./storage-traits", version = "0.3.1" }
150+
tycho-util = { path = "./util", version = "0.3.1" }
151+
tycho-util-proc = { path = "./util-proc", version = "0.3.1" }
152+
tycho-wu-tuner = { path = "./wu-tuner", version = "0.3.1" }
153153

154154
[patch.crates-io]
155155
# patches here

0 commit comments

Comments
 (0)