From 6eeb2f0c6eadbd69adbf5adea534c72a32134de3 Mon Sep 17 00:00:00 2001 From: Keyao Shen Date: Thu, 25 Jul 2024 11:58:18 -0700 Subject: [PATCH] Bump version --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 12 ++++++------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be36194..8e3d2c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2938,7 +2938,7 @@ dependencies = [ [[package]] name = "hotshot" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.64#8a84c2760bb91495be387c8ecbcf8ae400457807" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.66#abd896c39849aaab0047b1b4f81f3e171f8eb417" 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.64#8a84c2760bb91495be387c8ecbcf8ae400457807" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.66#abd896c39849aaab0047b1b4f81f3e171f8eb417" dependencies = [ "async-trait", "clap", @@ -3002,7 +3002,7 @@ dependencies = [ [[package]] name = "hotshot-builder-core" -version = "0.1.26" +version = "0.1.37" dependencies = [ "anyhow", "async-broadcast", @@ -3032,8 +3032,8 @@ dependencies = [ [[package]] name = "hotshot-events-service" -version = "0.1.33" -source = "git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=rc-0.1.35#9cb15d86d5dae9e5b401f373680a4187dec825e9" +version = "0.1.36" +source = "git+https://github.com/EspressoSystems/hotshot-events-service.git?tag=rc-0.1.36#4ee4ddec0f8abd9206f412f9d12c4dc01a157fb0" dependencies = [ "async-broadcast", "async-compatibility-layer", @@ -3059,7 +3059,7 @@ dependencies = [ [[package]] name = "hotshot-example-types" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.64#8a84c2760bb91495be387c8ecbcf8ae400457807" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.66#abd896c39849aaab0047b1b4f81f3e171f8eb417" dependencies = [ "anyhow", "async-broadcast", @@ -3092,7 +3092,7 @@ dependencies = [ [[package]] name = "hotshot-orchestrator" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.64#8a84c2760bb91495be387c8ecbcf8ae400457807" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.66#abd896c39849aaab0047b1b4f81f3e171f8eb417" dependencies = [ "anyhow", "async-compatibility-layer", @@ -3122,7 +3122,7 @@ dependencies = [ [[package]] name = "hotshot-task" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.64#8a84c2760bb91495be387c8ecbcf8ae400457807" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.66#abd896c39849aaab0047b1b4f81f3e171f8eb417" dependencies = [ "anyhow", "async-broadcast", @@ -3137,7 +3137,7 @@ dependencies = [ [[package]] name = "hotshot-task-impls" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.64#8a84c2760bb91495be387c8ecbcf8ae400457807" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.66#abd896c39849aaab0047b1b4f81f3e171f8eb417" dependencies = [ "anyhow", "async-broadcast", @@ -3173,7 +3173,7 @@ dependencies = [ [[package]] name = "hotshot-types" version = "0.1.11" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.64#8a84c2760bb91495be387c8ecbcf8ae400457807" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.66#abd896c39849aaab0047b1b4f81f3e171f8eb417" dependencies = [ "anyhow", "ark-bn254", @@ -4223,7 +4223,7 @@ dependencies = [ [[package]] name = "libp2p-networking" version = "0.5.63" -source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.64#8a84c2760bb91495be387c8ecbcf8ae400457807" +source = "git+https://github.com/EspressoSystems/HotShot.git?tag=rc-0.5.66#abd896c39849aaab0047b1b4f81f3e171f8eb417" dependencies = [ "anyhow", "async-compatibility-layer", diff --git a/Cargo.toml b/Cargo.toml index aeb66c3..21556f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hotshot-builder-core" -version = "0.1.26" +version = "0.1.37" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,10 +17,10 @@ clap = { version = "4.4", features = ["derive", "env"] } committable = "0.2" derivative = "2.2" futures = "0.3" -hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.64" } -hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.64" } -hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "rc-0.1.35" } -hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.64" } +hotshot = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.66" } +hotshot-builder-api = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.66" } +hotshot-events-service = { git = "https://github.com/EspressoSystems/hotshot-events-service.git", tag = "rc-0.1.36" } +hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.66" } serde = { version = "1.0", features = ["derive"] } sha2 = "0.10" snafu = "0.8" @@ -32,4 +32,4 @@ tracing = "0.1" vbs = "0.1" [dev-dependencies] -hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.64" } +hotshot-example-types = { git = "https://github.com/EspressoSystems/HotShot.git", tag = "rc-0.5.66" }