From 4849b095def3e19d30120cd0733370f053a7a536 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Wed, 19 Nov 2025 12:04:27 +0100 Subject: [PATCH] Update `Cargo.toml` post-release of v0.7.0-rc.0 We update the `Cargo.toml` after pushing out the release. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5df9b3309..5cd3a4e74 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ldk-node" -version = "0.7.0+git" +version = "0.7.0-rc.0" authors = ["Elias Rohrer "] homepage = "https://lightningdevkit.org/" license = "MIT OR Apache-2.0"