Skip to content

Commit

Permalink
tag
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinI committed Dec 5, 2024
1 parent b9f8770 commit 93b8f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ derivative = "2.2"
derive_more = "0.99"
either = { version = "1.12", features = ["serde"] }
futures = "0.3"
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.82" }
hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.82" }
libp2p-identity = { version = "0.2", features = ["serde"] }
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -27,6 +27,6 @@ tracing-test = "0.2"
vbs = "0.1.4"

[dev-dependencies]
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.82" }
hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.82" }
portpicker = "0.1.1"
surf-disco = "0.9"

0 comments on commit 93b8f25

Please sign in to comment.