Skip to content

Commit bb2d3cc

Browse files
committed
chore: bump version
1 parent 0585148 commit bb2d3cc

4 files changed

Lines changed: 33 additions & 31 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 17 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,5 +1,5 @@
11
[workspace.package]
2-
version = "0.3.4"
2+
version = "0.3.5"
33
edition = "2024"
44
authors = ["Broxus Team"]
55
rust-version = "1.89.0"
@@ -143,19 +143,19 @@ zstd-safe = "7.2"
143143
zstd-sys = "2.0"
144144

145145
# local deps
146-
tycho-block-util = { path = "./block-util", version = "0.3.4" }
147-
tycho-build-info = { path = "./tycho-build-info", version = "0.3.4" }
148-
tycho-collator = { path = "./collator", version = "0.3.4" }
149-
tycho-consensus = { path = "./consensus", version = "0.3.4" }
150-
tycho-control = { path = "./control", version = "0.3.4" }
151-
tycho-core = { path = "./core", version = "0.3.4" }
152-
tycho-network = { path = "./network", version = "0.3.4" }
153-
tycho-rpc = { path = "./rpc", version = "0.3.4" }
154-
tycho-storage = { path = "./storage", version = "0.3.4" }
155-
tycho-storage-traits = { path = "./storage-traits", version = "0.3.4" }
156-
tycho-util = { path = "./util", version = "0.3.4" }
157-
tycho-util-proc = { path = "./util-proc", version = "0.3.4" }
158-
tycho-wu-tuner = { path = "./wu-tuner", version = "0.3.4" }
146+
tycho-block-util = { path = "./block-util", version = "0.3.5" }
147+
tycho-build-info = { path = "./tycho-build-info", version = "0.3.5" }
148+
tycho-collator = { path = "./collator", version = "0.3.5" }
149+
tycho-consensus = { path = "./consensus", version = "0.3.5" }
150+
tycho-control = { path = "./control", version = "0.3.5" }
151+
tycho-core = { path = "./core", version = "0.3.5" }
152+
tycho-network = { path = "./network", version = "0.3.5" }
153+
tycho-rpc = { path = "./rpc", version = "0.3.5" }
154+
tycho-storage = { path = "./storage", version = "0.3.5" }
155+
tycho-storage-traits = { path = "./storage-traits", version = "0.3.5" }
156+
tycho-util = { path = "./util", version = "0.3.5" }
157+
tycho-util-proc = { path = "./util-proc", version = "0.3.5" }
158+
tycho-wu-tuner = { path = "./wu-tuner", version = "0.3.5" }
159159

160160
[patch.crates-io]
161161
# patches here

collator/src/types.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ pub fn supported_capabilities() -> GlobalCapabilities {
113113
GlobalCapability::CapsTvmBugfixes2022,
114114
GlobalCapability::CapSuspendByMarks,
115115
GlobalCapability::CapOmitMasterBlockHistory,
116+
GlobalCapability::CapSignatureDomain,
116117
])
117118
}
118119

consensus/src/dag/verifier.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ pub enum InvalidRootCause {
144144
}
145145

146146
impl InvalidRootCause {
147+
#[allow(unused)]
147148
pub fn point_id(&self) -> &PointId {
148149
match self {
149150
InvalidRootCause::Invalid(point_id, _)

0 commit comments

Comments
 (0)