Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexagon committed Nov 7, 2024
1 parent f664b2c commit f114378
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.0.1"
version = "0.1.0"
edition = "2021"
authors = ["Broxus Team"]
rust-version = "1.80.0"
Expand Down Expand Up @@ -121,15 +121,15 @@ ton_executor = { git = "https://github.com/broxus/ton-labs-executor.git", rev =
ton_vm = { git = "https://github.com/broxus/ton-labs-vm.git", rev = "013e1dbe1bfb1237c51617f8c6c5a20a086f7d6a" }

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

[workspace.lints.rust]
future_incompatible = "warn"
Expand Down
2 changes: 1 addition & 1 deletion docs/validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sudo apt install build-essential git libssl-dev zlib1g-dev pkg-config clang jq
```bash
git clone https://github.com/broxus/tycho
cd tycho
git checkout tags/0.0.0 -b mynode
git checkout tags/v0.1.0 -b mynode
cargo install --path ./cli
```

Expand Down

0 comments on commit f114378

Please sign in to comment.