From 77e19c879d70e80d836abf63926965a5e61cf97b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 21 Feb 2022 12:04:11 -0800 Subject: [PATCH] Unpin version in docs.rs link in readme This is left over from the release candidates when linking to docs of 1.0.0-rc.1 would require an explicit version in the link, or else docs.rs would redirect to the newest non-prerelease build. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 109efa37..9de11d7b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ semver [github](https://github.com/dtolnay/semver) [crates.io](https://crates.io/crates/semver) -[docs.rs](https://docs.rs/semver/1.0.0) +[docs.rs](https://docs.rs/semver) [build status](https://github.com/dtolnay/semver/actions?query=branch%3Amaster) A parser and evaluator for Cargo's flavor of Semantic Versioning.