Skip to content

Commit

Permalink
Bump HS and events service to released versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszrzasik committed Aug 5, 2024
1 parent 285ad06 commit 2df3472
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 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
Expand Up @@ -18,11 +18,11 @@ committable = "0.2"
derivative = "2.2"
futures = "0.3"
hex = "0.4.3"
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.68" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.68" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "rc-0.1.38" }
hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.68" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.68" }
hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.68" }
hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.68" }
hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "0.1.38" }
hotshot-task-impls = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.68" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.68" }
lru = "0.12.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand All @@ -39,7 +39,7 @@ vbs = "0.1"
multimap = "0.10.0"

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

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

0 comments on commit 2df3472

Please sign in to comment.