Skip to content

Commit ec56ab8

Browse files
committed
chore: bump version
1 parent c1a993c commit ec56ab8

File tree

3 files changed

+27
-32
lines changed

3 files changed

+27
-32
lines changed

Cargo.lock

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+12-17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.2.2"
2+
version = "0.2.3"
33
edition = "2021"
44
authors = ["Broxus Team"]
55
rust-version = "1.83.0"
@@ -67,10 +67,7 @@ pkcs8 = "0.10"
6767
prost = "0.13"
6868
prost-build = "0.13"
6969
quick_cache = "0.6.0"
70-
quinn = { version = "0.11", default-features = false, features = [
71-
"runtime-tokio",
72-
"rustls",
73-
] }
70+
quinn = { version = "0.11", default-features = false, features = ["runtime-tokio", "rustls"] }
7471
rand = "0.8"
7572
rand_pcg = { version = "0.3" }
7673
rayon = "1.10"
@@ -106,9 +103,7 @@ tikv-jemalloc-ctl = { version = "0.6.0", features = ["stats"] }
106103
tl-proto = "0.5.1"
107104
tokio = { version = "1", default-features = false }
108105
tokio-stream = "0.1.15"
109-
tokio-util = { version = "0.7.10", default-features = false, features = [
110-
"codec",
111-
] }
106+
tokio-util = { version = "0.7.10", default-features = false, features = ["codec"] }
112107
tower = "0.5"
113108
tower-http = "0.6"
114109
tracing = "0.1"
@@ -127,15 +122,15 @@ ton_executor = { git = "https://github.com/broxus/ton-labs-executor.git", rev =
127122
tycho-vm = { git = "https://github.com/broxus/tycho-vm.git" }
128123

129124
# local deps
130-
tycho-block-util = { path = "./block-util", version = "0.2.2" }
131-
tycho-collator = { path = "./collator", version = "0.2.2" }
132-
tycho-consensus = { path = "./consensus", version = "0.2.2" }
133-
tycho-control = { path = "./control", version = "0.2.2" }
134-
tycho-core = { path = "./core", version = "0.2.2" }
135-
tycho-network = { path = "./network", version = "0.2.2" }
136-
tycho-rpc = { path = "./rpc", version = "0.2.2" }
137-
tycho-storage = { path = "./storage", version = "0.2.2" }
138-
tycho-util = { path = "./util", version = "0.2.2" }
125+
tycho-block-util = { path = "./block-util", version = "0.2.3" }
126+
tycho-collator = { path = "./collator", version = "0.2.3" }
127+
tycho-consensus = { path = "./consensus", version = "0.2.3" }
128+
tycho-control = { path = "./control", version = "0.2.3" }
129+
tycho-core = { path = "./core", version = "0.2.3" }
130+
tycho-network = { path = "./network", version = "0.2.3" }
131+
tycho-rpc = { path = "./rpc", version = "0.2.3" }
132+
tycho-storage = { path = "./storage", version = "0.2.3" }
133+
tycho-util = { path = "./util", version = "0.2.3" }
139134

140135
[patch.crates-io]
141136
everscale-types = { git = "https://github.com/broxus/everscale-types.git", rev = "adada6e6539abd798dbbc5a7fc1d17cc31fa7eff" }

docs/validator.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ sudo apt install build-essential git libssl-dev zlib1g-dev pkg-config clang jq l
3535
```bash
3636
git clone https://github.com/broxus/tycho
3737
cd tycho
38-
git checkout tags/v0.2.2 -b mynode
38+
git checkout tags/v0.2.3 -b mynode
3939
./scripts/install.sh
4040
```
4141

0 commit comments

Comments
 (0)