Skip to content

Commit

Permalink
update to tycho c0e5d154
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafbeef committed Feb 25, 2025
1 parent 12a98d9 commit c966f82
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 26 deletions.
35 changes: 17 additions & 18 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ tikv-jemallocator = { version = "0.6.0", features = [
] }
metrics = "0.23.0"

tycho-block-util = { git = "https://github.com/broxus/tycho.git", rev = "ec56ab8aab773e7566a9951efc69dae85f1f5df4" }
tycho-core = { git = "https://github.com/broxus/tycho.git", rev = "ec56ab8aab773e7566a9951efc69dae85f1f5df4" }
tycho-light-node = { git = "https://github.com/broxus/tycho.git", rev = "ec56ab8aab773e7566a9951efc69dae85f1f5df4" }
tycho-storage = { git = "https://github.com/broxus/tycho.git", rev = "ec56ab8aab773e7566a9951efc69dae85f1f5df4" }
tycho-util = { git = "https://github.com/broxus/tycho.git", rev = "ec56ab8aab773e7566a9951efc69dae85f1f5df4" }
tycho-block-util = { git = "https://github.com/broxus/tycho.git", rev = "c0e5d1549021a33f504822fe5b6253ceef8c5731" }
tycho-core = { git = "https://github.com/broxus/tycho.git", rev = "c0e5d1549021a33f504822fe5b6253ceef8c5731" }
tycho-light-node = { git = "https://github.com/broxus/tycho.git", rev = "c0e5d1549021a33f504822fe5b6253ceef8c5731" }
tycho-storage = { git = "https://github.com/broxus/tycho.git", rev = "c0e5d1549021a33f504822fe5b6253ceef8c5731" }
tycho-util = { git = "https://github.com/broxus/tycho.git", rev = "c0e5d1549021a33f504822fe5b6253ceef8c5731" }

rayon = "1.10.0"
serde = { version = "1.0.214", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion archives-downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "archives-downloader"
version = "0.2.2+tychov-ec56ab8a"
version = "0.2.2+tychov-c0e5d154"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion archives-uploader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "archives-uploader"
version = "0.2.2+tychov-ec56ab8a"
version = "0.2.2+tychov-c0e5d154"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion kafka-producer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kafka-producer"
version = "0.2.2+tychov-ec56ab8a"
version = "0.2.2+tychov-c0e5d154"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit c966f82

Please sign in to comment.