From 85727157612d6f24db5f5a1c4ee71cba50136a30 Mon Sep 17 00:00:00 2001 From: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com> Date: Wed, 28 Feb 2024 13:24:37 -0500 Subject: [PATCH] bump cargo version Signed-off-by: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b56928b..7e4331d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lnd_grpc_rust" -version = "2.3.1" +version = "2.4.0" authors = ["Martin Habovstiak ", "Jonathan Zernik ", "Nitesh Balusu "] edition = "2018" description = "An async library implementing LND RPC via tonic_openssl and prost"