-
Notifications
You must be signed in to change notification settings - Fork 80
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
adjust Cargo.toml
to ensure sourmash_plugin_branchwater
compatibility
#2944
Comments
two notes:
Actually... I wonder if we could just specify
|
turns out there's a way to set "ignore" on certain packages - just had to find the right search string, "how can I prevent dependabot from upgrading specific packages" |
dependabot ignore? |
…ce_cell`, and `wasm-bindgen` (#3065) This uses dependabot `ignore` per [docs](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates) to pin the packages needed for `sourmash_plugin_branchwater compatibility per #2944`. Motivation: * embarrassment from #3060 and then #3064 Related issues: * Fixes #2944
Note that for
sourmash_plugin_branchwater
compatibility, we need:byteorder
= "1.4.3"wasm-bindgen
= "0.2.89"once_cell
= "1.18.0"chrono
=0.4.32
we could pin to these exactly (
==
? )to prevent dependabot updatesThe text was updated successfully, but these errors were encountered: