Skip to content

fix(examples): add cougr-core dependency to checkers#159

Merged
salazarsebas merged 1 commit intosalazarsebas:mainfrom
KevinMB0220:fix-checkers-dependency
Apr 29, 2026
Merged

fix(examples): add cougr-core dependency to checkers#159
salazarsebas merged 1 commit intosalazarsebas:mainfrom
KevinMB0220:fix-checkers-dependency

Conversation

@KevinMB0220
Copy link
Copy Markdown
Contributor

Description

This PR fixes the dependency issue in the checkers example as outlined in #134.

Previously, examples/checkers/src/lib.rs used cougr_core, but examples/checkers/Cargo.toml did not explicitly declare it. This prevented the example from serving as a reliable standalone reference that could be built in isolation.

Changes:

  • Explicitly added cougr-core = "1.0.0" (the published crate version) to the [dependencies] section in examples/checkers/Cargo.toml.

Validation Performed

  • ✅ Verified that cargo test runs successfully from the examples/checkers directory.
  • ✅ Verified that stellar contract build completes successfully for the checkers example.
  • ✅ Ensured no unrelated examples were modified.

Related Issues

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 28, 2026

@KevinMB0220 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Copy link
Copy Markdown
Owner

@salazarsebas salazarsebas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@salazarsebas salazarsebas merged commit 3a9db36 into salazarsebas:main Apr 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix checkers Cougr dependency

2 participants