From 187e0ea25e2b266aede1e724a50d47e48f5f565c Mon Sep 17 00:00:00 2001 From: 1sraeliteX Date: Sun, 26 Apr 2026 13:39:35 +0100 Subject: [PATCH] Fix workspace member name from earn_quest to earn-quest to match actual directory --- Contract/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contract/Cargo.toml b/Contract/Cargo.toml index 5c66c69b..0b4bf551 100644 --- a/Contract/Cargo.toml +++ b/Contract/Cargo.toml @@ -1,7 +1,7 @@ [workspace] members = [ "stellar_earn", - "earn_quest", + "earn-quest", ] resolver = "2"