From 486aca6e5f0a0ab1393457015c3d402e1df08aeb Mon Sep 17 00:00:00 2001 From: elsirion Date: Fri, 12 Jan 2024 15:48:59 +0700 Subject: [PATCH] chore: bump version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1c59e35..41eb05b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -200,7 +200,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "fedimint-tonic-lnd" -version = "0.1.3" +version = "0.2.0" dependencies = [ "hex", "http-body", diff --git a/Cargo.toml b/Cargo.toml index 2a4be84..e22632d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fedimint-tonic-lnd" -version = "0.1.3" +version = "0.2.0" edition = "2021" rust-version = "1.65.0" description = "An async library implementing LND RPC via tonic and prost. Forked from https://github.com/Kixunil/tonic_lnd"