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
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: f7565abc46c01f3380a9a14cbc5231888fa4e1a2cbc3e60df4e0cabcb253ece6df3aab8cf866deac3e1e0a838417200416ffc3f0315f2b09619d79a4cdf52ce8
0 commit comments