|
1 | 1 | [workspace.package] |
2 | | -version = "0.3.7" |
| 2 | +version = "0.3.8" |
3 | 3 | edition = "2024" |
4 | 4 | authors = ["Broxus Team"] |
5 | 5 | rust-version = "1.91.0" |
@@ -135,34 +135,33 @@ tracing-stackdriver = "0.10.0" |
135 | 135 | tracing-subscriber = { version = "0.3", features = ["env-filter"] } |
136 | 136 | triomphe = "0.1.15" |
137 | 137 | 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" |
141 | 141 | uuid = "1.22.0" |
142 | 142 | walkdir = "2.5.0" |
143 | 143 | weedb = "0.6.0" |
144 | 144 | zstd-safe = "7.2" |
145 | 145 | zstd-sys = "2.0" |
146 | 146 |
|
147 | 147 | # 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" } |
162 | 162 |
|
163 | 163 | [patch.crates-io] |
164 | 164 | # patches here |
165 | | -tycho-types = { git = "https://github.com/broxus/tycho-types.git", rev = "054d1d648520cef2d7d10a2b639d4f0bef7bfaf0" } |
166 | 165 |
|
167 | 166 | [workspace.lints.rust] |
168 | 167 | future_incompatible = "warn" |
|
0 commit comments