From 0f2f013fd485dc26bda53336b5df444181640fd7 Mon Sep 17 00:00:00 2001 From: ghost-cy829 Date: Sun, 26 Apr 2026 02:48:07 +0100 Subject: [PATCH] feat: use published cougr-core crate in guild examples (Closes #124 --- examples/guild_arena/Cargo.toml | 2 +- examples/guild_treasury_wars/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/guild_arena/Cargo.toml b/examples/guild_arena/Cargo.toml index b202787..dfa6f46 100644 --- a/examples/guild_arena/Cargo.toml +++ b/examples/guild_arena/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] soroban-sdk = "25.1.0" -cougr-core = { path = "../../" } +cougr-core = "0.1.0" [dev-dependencies] soroban-sdk = { version = "25.1.0", features = ["testutils"] } diff --git a/examples/guild_treasury_wars/Cargo.toml b/examples/guild_treasury_wars/Cargo.toml index b4e34c7..4f12e4d 100644 --- a/examples/guild_treasury_wars/Cargo.toml +++ b/examples/guild_treasury_wars/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" crate-type = ["cdylib", "rlib"] [dependencies] -cougr-core = { path = "../.." } +cougr-core = "0.1.0" soroban-sdk = "25.1.0" [dev-dependencies]