Skip to content

Commit a96d518

Browse files
committed
chore: bump version
1 parent 8125a19 commit a96d518

3 files changed

Lines changed: 34 additions & 34 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.3.5"
2+
version = "0.3.6"
33
edition = "2024"
44
authors = ["Broxus Team"]
55
rust-version = "1.89.0"
@@ -145,20 +145,20 @@ zstd-safe = "7.2"
145145
zstd-sys = "2.0"
146146

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

163163
[patch.crates-io]
164164
# patches here

docs/validator.md

Lines changed: 1 addition & 1 deletion
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.3.3 -b mynode
38+
git checkout tags/v0.3.6 -b mynode
3939
./scripts/install.sh
4040
```
4141

0 commit comments

Comments
 (0)