The rust_register_toolchains used in Vaticle WORKSPACE sets a field 'edition'.
Right now, each repository that uses rules_rust sets the edition to a year like 2021 explicitly. To synchronise our organisation, we should create a constant in this repository that every repository uses to set the edition.
The
rust_register_toolchainsused in Vaticle WORKSPACE sets a field 'edition'.Right now, each repository that uses
rules_rustsets the edition to a year like2021explicitly. To synchronise our organisation, we should create a constant in this repository that every repository uses to set the edition.