Fix deps for local docs build for Rust 1.75.0 (#2896)

- Fix docs deps build issue
(https://github.com/servo/rust-smallvec/issues/327) (Please forgive me
and LMK if there are processes I need to follow for the bump a dep here
I am not aware of).
- Fix links for `meta_contributing` docs, internal and external.
- `cargo +nightly fmt` for `/docs/...` files
This commit is contained in:
Nuke
2024-01-09 18:18:59 -07:00
committed by GitHub
parent ce4e5496de
commit 01ea45c3a1
4 changed files with 16 additions and 15 deletions
Generated
+2 -2
View File
@@ -17418,9 +17418,9 @@ dependencies = [
[[package]]
name = "smallvec"
version = "1.11.0"
version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
[[package]]
name = "smol"