radicle-dev / radicle-surf

A code browsing library for VCS file systems.
Other
32 stars 11 forks source link

Depend on workspace version of crates #179

Closed uint closed 3 years ago

uint commented 3 years ago

This closes #178.

I tested this and it makes development between crates much easier. Local changes to radicle-surf now affect local builds of radicle-source.

FintanH commented 3 years ago

Thanks for the contribution @uint! Since we're using a DCO I'll have to ask you to sign-off on any commits you make. You can fix this one by doing git commit -s --amend and then force pushing to your branch :)

Sorry about not having a CONTRIBUTING.md file or mentioning it in DEVELOPMENT.md. A good reminder for me :)

uint commented 3 years ago

I think I got this. Once done on the other PR, I'll just squash the commits there and sign the one if that's fine.