Remove doc/link-to-readme.md.

The intended effect was to redirect people reading about *ring* on
crates.io to the GitHub-hosted README.md. However, the unintended effect
was that docs.rs is broken for the 0.17.0 release.
This commit is contained in:
Brian Smith 2023-10-05 22:07:38 -07:00
parent 6a6f1fa0b1
commit 244a1dee00
2 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@ edition = "2021"
keywords = ["crypto", "cryptography", "rand", "ECC", "RSA"]
license-file = "LICENSE"
name = "ring"
readme = "doc/link-to-readme.md"
repository = "https://github.com/briansmith/ring"
# Keep in sync with .github/workflows/ci.yml ("MSRV") and see the MSRV note
@ -107,7 +106,6 @@ include = [
"crypto/poly1305/poly1305_vec.c",
"crypto/cipher_extra/asm/chacha20_poly1305_armv8.pl",
"crypto/cipher_extra/asm/chacha20_poly1305_x86_64.pl",
"doc/link-to-readme.md",
"examples/**/*.rs",
"include/ring-core/aes.h",
"include/ring-core/arm_arch.h",

View File

@ -1 +0,0 @@
See https://github.com/briansmith/ring.