From d4bc948bfd06a8d61b3deb072db8a70b5ef8a775 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 12 May 2025 11:53:17 +0100 Subject: chore bump to v1.6.3 changelog: fix: fallback to http protocol if ssh is unavailable --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89f07c0..bb84a96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1413,7 +1413,7 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d" [[package]] name = "ngit" -version = "1.6.2" +version = "1.6.3" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 64c2df5..95e7572 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ngit" -version = "1.6.2" +version = "1.6.3" edition = "2021" description = "nostr plugin for git" authors = ["DanConwayDev "] -- cgit v1.2.3