Skip to content

Comments

fix(deps): replace local path dependency with git source#2

Merged
wolfiesch merged 1 commit intofast-gateway-protocol:masterfrom
twick00:fix/replace-local-path-dep
Feb 15, 2026
Merged

fix(deps): replace local path dependency with git source#2
wolfiesch merged 1 commit intofast-gateway-protocol:masterfrom
twick00:fix/replace-local-path-dep

Conversation

@twick00
Copy link
Contributor

@twick00 twick00 commented Feb 14, 2026

Description

fgp-daemon was pinned to a sibling directory via path = "../daemon", which prevents anyone from building the crate after a standalone clone. This switches to a git dependency so the SDK is fetched automatically.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactoring
  • Other (describe):

Related Issues

N/A

Testing

  • Tests pass locally
  • Added new tests for changes
  • Manual testing performed

Checklist

  • Code follows project style guidelines
  • Self-reviewed the code
  • Commented complex logic
  • Updated documentation if needed
  • No breaking changes (or documented them)

Additional Notes

The path = "../daemon" dependency assumed a specific directory layout that external contributors won't have. The git source ensures cargo build works out of the box on any fresh clone.

fgp-daemon was pinned to a sibling directory via path = "../daemon",
which prevents anyone from building the crate after a standalone clone.
Switch to a git dependency so the SDK is fetched automatically.
@wolfiesch wolfiesch merged commit 250db57 into fast-gateway-protocol:master Feb 15, 2026
1 of 3 checks passed
@twick00 twick00 deleted the fix/replace-local-path-dep branch February 16, 2026 08:29
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.

2 participants