From 65cd285e930ef63cec83e9e694da26a5bd4ba801 Mon Sep 17 00:00:00 2001 From: Lukasz Rzasik Date: Mon, 5 Aug 2024 10:31:25 +0200 Subject: [PATCH] Bump HS to released version --- Cargo.lock | 28 ++++++++++++++-------------- Cargo.toml | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 561005d..93224da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2937,8 +2937,8 @@ dependencies = [ [[package]] name = "hotshot" -version = "0.5.67" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.68#1fb132e5ec85d0ef0c706004e1b8479f50bd2d5a" +version = "0.5.68" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.68#572c5c77d22c3e66acc9683efea8cc1ddbb7a9c5" dependencies = [ "anyhow", "async-broadcast", @@ -2984,7 +2984,7 @@ dependencies = [ [[package]] name = "hotshot-builder-api" version = "0.1.7" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.68#1fb132e5ec85d0ef0c706004e1b8479f50bd2d5a" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.68#572c5c77d22c3e66acc9683efea8cc1ddbb7a9c5" dependencies = [ "async-trait", "clap", @@ -3030,8 +3030,8 @@ dependencies = [ [[package]] name = "hotshot-example-types" -version = "0.5.67" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.68#1fb132e5ec85d0ef0c706004e1b8479f50bd2d5a" +version = "0.5.68" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.68#572c5c77d22c3e66acc9683efea8cc1ddbb7a9c5" dependencies = [ "anyhow", "async-broadcast", @@ -3063,8 +3063,8 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" -version = "0.5.67" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.68#1fb132e5ec85d0ef0c706004e1b8479f50bd2d5a" +version = "0.5.68" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.68#572c5c77d22c3e66acc9683efea8cc1ddbb7a9c5" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3093,8 +3093,8 @@ dependencies = [ [[package]] name = "hotshot-task" -version = "0.5.67" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.68#1fb132e5ec85d0ef0c706004e1b8479f50bd2d5a" +version = "0.5.68" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.68#572c5c77d22c3e66acc9683efea8cc1ddbb7a9c5" dependencies = [ "anyhow", "async-broadcast", @@ -3108,8 +3108,8 @@ dependencies = [ [[package]] name = "hotshot-task-impls" -version = "0.5.67" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.68#1fb132e5ec85d0ef0c706004e1b8479f50bd2d5a" +version = "0.5.68" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.68#572c5c77d22c3e66acc9683efea8cc1ddbb7a9c5" dependencies = [ "anyhow", "async-broadcast", @@ -3145,7 +3145,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.68#1fb132e5ec85d0ef0c706004e1b8479f50bd2d5a" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.68#572c5c77d22c3e66acc9683efea8cc1ddbb7a9c5" dependencies = [ "anyhow", "ark-bn254", @@ -4195,8 +4195,8 @@ dependencies = [ [[package]] name = "libp2p-networking" -version = "0.5.67" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.68#1fb132e5ec85d0ef0c706004e1b8479f50bd2d5a" +version = "0.5.68" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=0.5.68#572c5c77d22c3e66acc9683efea8cc1ddbb7a9c5" dependencies = [ "anyhow", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index 0405be8..0f1a556 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", tag = "rc-0.5.68" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.68" } 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", tag = "rc-0.5.68" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "0.5.68" } portpicker = "0.1.1" surf-disco = "0.9"