Skip to content

Commit b811685

Browse files
committed
chore: bump version
1 parent 58ef312 commit b811685

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.2.8"
2+
version = "0.2.9"
33
edition = "2021"
44
authors = ["Broxus Team"]
55
rust-version = "1.83.0"
@@ -124,15 +124,15 @@ tycho-executor = { git = "https://github.com/broxus/tycho-vm.git", rev = "c22435
124124
tycho-vm = { git = "https://github.com/broxus/tycho-vm.git", rev = "c224351e576375430f4a2d66207406998d189946" }
125125

126126
# local deps
127-
tycho-block-util = { path = "./block-util", version = "0.2.8" }
128-
tycho-collator = { path = "./collator", version = "0.2.8" }
129-
tycho-consensus = { path = "./consensus", version = "0.2.8" }
130-
tycho-control = { path = "./control", version = "0.2.8" }
131-
tycho-core = { path = "./core", version = "0.2.8" }
132-
tycho-network = { path = "./network", version = "0.2.8" }
133-
tycho-rpc = { path = "./rpc", version = "0.2.8" }
134-
tycho-storage = { path = "./storage", version = "0.2.8" }
135-
tycho-util = { path = "./util", version = "0.2.8" }
127+
tycho-block-util = { path = "./block-util", version = "0.2.9" }
128+
tycho-collator = { path = "./collator", version = "0.2.9" }
129+
tycho-consensus = { path = "./consensus", version = "0.2.9" }
130+
tycho-control = { path = "./control", version = "0.2.9" }
131+
tycho-core = { path = "./core", version = "0.2.9" }
132+
tycho-network = { path = "./network", version = "0.2.9" }
133+
tycho-rpc = { path = "./rpc", version = "0.2.9" }
134+
tycho-storage = { path = "./storage", version = "0.2.9" }
135+
tycho-util = { path = "./util", version = "0.2.9" }
136136

137137
[patch.crates-io]
138138
everscale-types = { git = "https://github.com/broxus/everscale-types.git", rev = "a596bafc8362a5026e35c741ee52715764a96925" }

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
git+https://github.com/broxus/grafana-builder.git@376e405ac6620a76598dcdf81e7b6ff10aa702eb#egg=dashboard-builder
22
grafanalib==0.7.1
3-
nekoton==0.1.22
3+
nekoton==0.1.23

0 commit comments

Comments
 (0)