tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
234 stars 335 forks source link

use cargo add when adding dependencies #779

Open joshka opened 1 month ago

joshka commented 1 month ago

This picks specific latest x.y.z version available, which is generally what most users should be doing when writing new applications rather than choosing a general version. This builds upon the tokio website dependencies being automatically updated by dependabot. If these fail to build in a particular version, then these cargo add commands should be temporarily changed to pin specific versions. However, this should be rare.