mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
add note about bumping Rust deps
This commit is contained in:
parent
6a119d92fb
commit
19c217d8a4
1 changed files with 6 additions and 0 deletions
|
@ -21,3 +21,9 @@ compile_data_attr = "glob([\"**\"])"
|
|||
|
||||
With minor version updates, you should not normally need to modify
|
||||
the entries in that file.
|
||||
|
||||
Because update.py modifies a lot of files in remote/, it makes it difficult to
|
||||
review in a PR, and the changes can sometimes break platforms like Windows. For
|
||||
this reason, please don't submit PRs that do minor version bumps - those will
|
||||
typically be done after stable releases. If you need a new crate for a feature
|
||||
you're working on, please raise it in an issue first.
|
||||
|
|
Loading…
Reference in a new issue