From 62fc548e64c701b25cba39356c76ced444baa159 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 12 Dec 2024 12:02:34 +0200 Subject: [PATCH] fix patch setup --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1ea42a04..8f2c9b6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,5 +47,5 @@ version = "0.9.1" # development [patch.crates-io] -ggemini = { path = "https://github.com/YGGverse/ggemini.git" } +ggemini = { git = "https://github.com/YGGverse/ggemini.git" } # ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" }