Skip to content

Commit 2137588

Browse files
authored
integration: update drand-go to v2.1.3 (#16)
1 parent d78afb2 commit 2137588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test_with_golang/drand_go

9.06 KB
Binary file not shown.

src/test_with_golang/utils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Utilities for testing Drand-rs with Drand-go (v2.1.2-insecure bebad8fc).
1+
//! Utilities for testing Drand-rs with Drand-go v2.1.3-insecure 8228476b.
22
use crate::{
33
cli::*,
44
dkg::status::Status,
@@ -15,7 +15,7 @@ use std::{
1515
};
1616
use tokio::time::sleep;
1717

18-
/// Absolute path for Drand-go v2.1.2-insecure bebad8fc
18+
/// Absolute path for Drand-go.
1919
static DRAND_BIN_PATH: LazyLock<String> = LazyLock::new(|| {
2020
format!(
2121
"{}/{INNER_PATH}drand_go",

0 commit comments

Comments
 (0)