From 518188593fc2a86bf2fa687f9165b83904c0d64f Mon Sep 17 00:00:00 2001 From: Hunter Trujillo Date: Fri, 1 Sep 2023 15:44:37 -0600 Subject: [PATCH] Pin once_cell to 1.17.0 due to sync::Lazy not found error. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae254f6..0a90249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,8 @@ secp256k1 = { version = "0.27.0", features = [ serde = "1.0.164" snap = "1.1.0" thiserror = "1.0" - zfec-rs = "0.1.0" +once_cell = "=1.17.0" [dev-dependencies] anyhow = "1.0.71"