Commit 95d2e28
committed
Merge #864: Fix Rust blog link in README
c247ed7 Fix Rust blog link in README (Bvegas882)
Pull request description:
## Description
Replace the outdated Rust blog link in README with the stable docs homepage.
- The current URL `https://blog.rust-lang.org/2020/02/27/Rust-1.63.0.html` has a year path that doesn’t correspond to Rust 1.63, which risks confusion or link rot.
- The crate explicitly targets Rust 1.63 (see `Cargo.toml`), so linking to `https://doc.rust-lang.org/` provides a stable, authoritative target without implying a specific release post date.
- No code or CI changes; documentation only.
ACKs for top commit:
apoelstra:
ACK c247ed7; successfully ran local tests
Tree-SHA512: f7565abc46c01f3380a9a14cbc5231888fa4e1a2cbc3e60df4e0cabcb253ece6df3aab8cf866deac3e1e0a838417200416ffc3f0315f2b09619d79a4cdf52ce81 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments