diff --git a/content/blog/rust-pro-tips-collection.md b/content/blog/rust-pro-tips-collection.md index 7897ef6..47b993f 100644 --- a/content/blog/rust-pro-tips-collection.md +++ b/content/blog/rust-pro-tips-collection.md @@ -14,7 +14,7 @@ This is a collection of Rust "pro tips" that I've collected, most of which have ## 28. Workspace dependencies - +[Tweet](https://twitter.com/sudo_build/status/1690286028555423744) [Toot](https://infosec.exchange/@hatchet/110875801320226379) Easily specify a uniform dependency version for all crates in a workspace with the `[workspace.dependencies]` table in `Cargo.toml`.