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"