From 80007d8f87e9f43d18e36e2bd730952a35cb1ce5 Mon Sep 17 00:00:00 2001 From: 223880 Date: Wed, 26 Jun 2024 13:06:50 -0300 Subject: [PATCH] Fix --- Cargo.toml | 2 +- src/cli/core/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ea1149..5b43902 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ version = "1.0.11-beta" [dependencies] dlc = "0.4.0" lightning = "0.0.123" -nostr = "0.23" +nostr = "0.32.0" bdk = "1.0.0-alpha.13" diff --git a/src/cli/core/main.rs b/src/cli/core/main.rs index 4e33f43..97b90f5 100644 --- a/src/cli/core/main.rs +++ b/src/cli/core/main.rs @@ -28,7 +28,7 @@ struct Event { fn main() { let matches = App::new("Event Generator CLI") - .version("1.0.9-beta") + .version("1.0.11-beta") .author("Area Layer") .about("Open/close channels and make payments using Nostr and Lightning Network via CLI by LL") .arg(