From 19c217d8a4edc6440bfc768397692404597d5829 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 15 Mar 2021 13:29:36 +1000 Subject: [PATCH] add note about bumping Rust deps --- cargo/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cargo/README.md b/cargo/README.md index f7c977430..68e65daa8 100644 --- a/cargo/README.md +++ b/cargo/README.md @@ -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.