You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with all Rust examples with dependencies pre-resolved, allowing you to explore
97
97
these examples in an isolated environment.
98
98
99
+
## Updating Rust Version
100
+
101
+
If a rust version releases (most likely) a clippy or has some other breaking change, the Weathertop dashboard will go red. The easiest way to handle this is to run `./tools/set_rust_version.py [rust_version]` (using a venv with the appropriate requirements), creating a commit with those updates, and then running `cargo clippy --fix` in the appropriate folder before making a second commit with those fixes.
102
+
99
103
## Contributing
100
104
101
105
When adding or modifying Rust code examples, follow common Rust best practices.
0 commit comments