Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider exposing a library version of cargo-bump #31

Open
sedrik opened this issue Mar 15, 2021 · 0 comments
Open

Consider exposing a library version of cargo-bump #31

sedrik opened this issue Mar 15, 2021 · 0 comments

Comments

@sedrik
Copy link

sedrik commented Mar 15, 2021

I will be using cargo-bump in my CI/CD setup at work to automatically update the version when a merge to development happens.

Could the functionality of cargo-bump be exposed as a library that I could use instead of having to install and compile it through cargo (the cache I am using for my github actions misses that compilation as it happens outside of the repository).

A cargo workspace with a cargo-bump-lib (lib) and cargo-bump (bin) would be a nice setup for this I believe.

I would probably be able to help with the implementation of such a lib.

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

No branches or pull requests

1 participant