Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Bump HS to rc-0.5.76
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszrzasik committed Sep 25, 2024
1 parent 1369bc8 commit b56cd54
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 30 deletions.
50 changes: 26 additions & 24 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hotshot-builder-core"
version = "0.1.45"
version = "0.1.46"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -18,10 +18,10 @@ clap = { version = "4.5", features = ["derive", "env"] }
committable = "0.2"
derivative = "2.2"
futures = "0.3"
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.74", features = ["dependency-tasks"] }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.74" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", branch = "hotshot/rc-0.5.74" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.74" }
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76", features = ["dependency-tasks"] }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", branch = "hotshot/rc-0.5.76" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76" }
hex = "0.4.3"
lru = "0.12.3"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -35,7 +35,7 @@ tracing = "0.1"
vbs = "0.1"

[dev-dependencies]
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.74" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.76" }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = [
Expand Down

0 comments on commit b56cd54

Please sign in to comment.