From 1dcbc53d10e66e97e8d2550c269e2b130198ad5e Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 16 Sep 2025 15:12:51 +0200 Subject: [PATCH] release: gl-client v0.3.2 --- libs/gl-client/Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libs/gl-client/Cargo.toml b/libs/gl-client/Cargo.toml index 572078055..fc774e6b5 100644 --- a/libs/gl-client/Cargo.toml +++ b/libs/gl-client/Cargo.toml @@ -1,8 +1,11 @@ [package] name = "gl-client" -version = "0.3.1" +version = "0.3.2" edition = "2021" -authors = ["Christian Decker", "The Greenlight Team"] +authors = [ + "The Greenlight Team" +] + description = "Client library for Greenlight, and basis for language bindings." repository = "https://github.com/Blockstream/greenlight" license = "MIT"