From b72b4bcb5c9eb9850634fe2a245180ae12b1f641 Mon Sep 17 00:00:00 2001 From: Sishan Long Date: Tue, 29 Oct 2024 22:41:07 -0700 Subject: [PATCH] upd tag --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e8f4e0..c222c02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2954,7 +2954,7 @@ dependencies = [ [[package]] name = "hotshot" version = "0.5.79" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.79#25d33773bb95c059b227980fa9657d4a263362d4" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.79#f942200b8ae31038d55cc1a45d2f780bc13de458" dependencies = [ "anyhow", "async-broadcast", @@ -3002,7 +3002,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.7" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.79#25d33773bb95c059b227980fa9657d4a263362d4" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.79#f942200b8ae31038d55cc1a45d2f780bc13de458" dependencies = [ "async-trait", "clap", @@ -3049,7 +3049,7 @@ dependencies = [ [[package]] name = "hotshot-example-types" version = "0.5.79" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.79#25d33773bb95c059b227980fa9657d4a263362d4" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.79#f942200b8ae31038d55cc1a45d2f780bc13de458" dependencies = [ "anyhow", "async-broadcast", @@ -3083,7 +3083,7 @@ dependencies = [ [[package]] name = "hotshot-task" version = "0.5.79" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.79#25d33773bb95c059b227980fa9657d4a263362d4" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.79#f942200b8ae31038d55cc1a45d2f780bc13de458" dependencies = [ "anyhow", "async-broadcast", @@ -3099,7 +3099,7 @@ dependencies = [ [[package]] name = "hotshot-task-impls" version = "0.5.79" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.79#25d33773bb95c059b227980fa9657d4a263362d4" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.79#f942200b8ae31038d55cc1a45d2f780bc13de458" dependencies = [ "anyhow", "async-broadcast", @@ -3137,7 +3137,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.79#25d33773bb95c059b227980fa9657d4a263362d4" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.79#f942200b8ae31038d55cc1a45d2f780bc13de458" dependencies = [ "anyhow", "ark-bn254", @@ -4195,7 +4195,7 @@ dependencies = [ [[package]] name = "libp2p-networking" version = "0.5.79" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.79#25d33773bb95c059b227980fa9657d4a263362d4" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.79#f942200b8ae31038d55cc1a45d2f780bc13de458" dependencies = [ "anyhow", "async-compatibility-layer", @@ -7928,7 +7928,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utils" version = "0.5.79" -source = "git+https://github.com/EspressoSystems/HotShot.git?branch=bump/rc-0.5.79#25d33773bb95c059b227980fa9657d4a263362d4" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.79#f942200b8ae31038d55cc1a45d2f780bc13de458" dependencies = [ "tracing", ] diff --git a/Cargo.toml b/Cargo.toml index b181fa2..5e665dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,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", branch = "bump/rc-0.5.79" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.79" } rand = "0.8.5" serde = { version = "1.0", features = ["derive"] } snafu = "0.8" @@ -28,6 +28,6 @@ tracing = "0.1" vbs = "0.1.4" [dev-dependencies] -hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "bump/rc-0.5.79" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.79" } portpicker = "0.1.1" surf-disco = "0.9"