Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Feb 3, 2025
1 parent f3b0dea commit f60822a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["Broxus Team"]
rust-version = "1.81.0"
Expand Down Expand Up @@ -127,15 +127,15 @@ ton_executor = { git = "https://github.com/broxus/ton-labs-executor.git", rev =
tycho-vm = { git = "https://github.com/broxus/tycho-vm.git" }

# local deps
tycho-block-util = { path = "./block-util", version = "0.2.1" }
tycho-collator = { path = "./collator", version = "0.2.1" }
tycho-consensus = { path = "./consensus", version = "0.2.1" }
tycho-control = { path = "./control", version = "0.2.1" }
tycho-core = { path = "./core", version = "0.2.1" }
tycho-network = { path = "./network", version = "0.2.1" }
tycho-rpc = { path = "./rpc", version = "0.2.1" }
tycho-storage = { path = "./storage", version = "0.2.1" }
tycho-util = { path = "./util", version = "0.2.1" }
tycho-block-util = { path = "./block-util", version = "0.2.2" }
tycho-collator = { path = "./collator", version = "0.2.2" }
tycho-consensus = { path = "./consensus", version = "0.2.2" }
tycho-control = { path = "./control", version = "0.2.2" }
tycho-core = { path = "./core", version = "0.2.2" }
tycho-network = { path = "./network", version = "0.2.2" }
tycho-rpc = { path = "./rpc", version = "0.2.2" }
tycho-storage = { path = "./storage", version = "0.2.2" }
tycho-util = { path = "./util", version = "0.2.2" }

[patch.crates-io]
everscale-types = { git = "https://github.com/broxus/everscale-types.git", rev = "69c344eac4e1f95d66b045ae90db904ad8afdfaf" }
Expand Down
2 changes: 1 addition & 1 deletion docs/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sudo apt install build-essential git libssl-dev zlib1g-dev pkg-config clang jq l
```bash
git clone https://github.com/broxus/tycho
cd tycho
git checkout tags/v0.2.0 -b mynode
git checkout tags/v0.2.2 -b mynode
./scripts/install.sh
```
Expand Down

0 comments on commit f60822a

Please sign in to comment.