Skip to content

Commit dbe5086

Browse files
committed
chore: bump version
1 parent 06c2d2f commit dbe5086

2 files changed

Lines changed: 46 additions & 44 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.3.7"
2+
version = "0.3.8"
33
edition = "2024"
44
authors = ["Broxus Team"]
55
rust-version = "1.91.0"
@@ -135,34 +135,33 @@ tracing-stackdriver = "0.10.0"
135135
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
136136
triomphe = "0.1.15"
137137
tycho-crypto = { version = "0.4", features = ["tl-proto", "serde", "rand9"] }
138-
tycho-executor = "0.3.4"
139-
tycho-types = { version = "0.3.2", features = ["tycho", "stats"] }
140-
tycho-vm = "0.3.4"
138+
tycho-executor = "0.3.5"
139+
tycho-types = { version = "0.3.4", features = ["tycho", "stats"] }
140+
tycho-vm = "0.3.5"
141141
uuid = "1.22.0"
142142
walkdir = "2.5.0"
143143
weedb = "0.6.0"
144144
zstd-safe = "7.2"
145145
zstd-sys = "2.0"
146146

147147
# local deps
148-
tycho-block-util = { path = "./block-util", version = "0.3.7" }
149-
tycho-build-info = { path = "./tycho-build-info", version = "0.3.7" }
150-
tycho-collator = { path = "./collator", version = "0.3.7" }
151-
tycho-consensus = { path = "./consensus", version = "0.3.7" }
152-
tycho-control = { path = "./control", version = "0.3.7" }
153-
tycho-core = { path = "./core", version = "0.3.7" }
154-
tycho-network = { path = "./network", version = "0.3.7" }
155-
tycho-rpc-subscriptions = { path = "./rpc-subscriptions", version = "0.3.7" }
156-
tycho-rpc = { path = "./rpc", version = "0.3.7" }
157-
tycho-storage = { path = "./storage", version = "0.3.7" }
158-
tycho-storage-traits = { path = "./storage-traits", version = "0.3.7" }
159-
tycho-util = { path = "./util", version = "0.3.7" }
160-
tycho-util-proc = { path = "./util-proc", version = "0.3.7" }
161-
tycho-wu-tuner = { path = "./wu-tuner", version = "0.3.7" }
148+
tycho-block-util = { path = "./block-util", version = "0.3.8" }
149+
tycho-build-info = { path = "./tycho-build-info", version = "0.3.8" }
150+
tycho-collator = { path = "./collator", version = "0.3.8" }
151+
tycho-consensus = { path = "./consensus", version = "0.3.8" }
152+
tycho-control = { path = "./control", version = "0.3.8" }
153+
tycho-core = { path = "./core", version = "0.3.8" }
154+
tycho-network = { path = "./network", version = "0.3.8" }
155+
tycho-rpc-subscriptions = { path = "./rpc-subscriptions", version = "0.3.8" }
156+
tycho-rpc = { path = "./rpc", version = "0.3.8" }
157+
tycho-storage = { path = "./storage", version = "0.3.8" }
158+
tycho-storage-traits = { path = "./storage-traits", version = "0.3.8" }
159+
tycho-util = { path = "./util", version = "0.3.8" }
160+
tycho-util-proc = { path = "./util-proc", version = "0.3.8" }
161+
tycho-wu-tuner = { path = "./wu-tuner", version = "0.3.8" }
162162

163163
[patch.crates-io]
164164
# patches here
165-
tycho-types = { git = "https://github.com/broxus/tycho-types.git", rev = "054d1d648520cef2d7d10a2b639d4f0bef7bfaf0" }
166165

167166
[workspace.lints.rust]
168167
future_incompatible = "warn"

0 commit comments

Comments
 (0)