Skip to content

Commit

Permalink
Remove doc/link-to-readme.md.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
briansmith committed Oct 6, 2023
1 parent 6a6f1fa commit 244a1de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion doc/link-to-readme.md

This file was deleted.

0 comments on commit 244a1de

Please sign in to comment.