From 3342c9dffe06ade6ef1cad4783ebff1713decc9d Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Sun, 22 Sep 2024 08:00:26 +0800 Subject: [PATCH] Update docs link --- boring-sys/Cargo.toml | 2 +- boring/Cargo.toml | 2 +- tokio-boring/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boring-sys/Cargo.toml b/boring-sys/Cargo.toml index fc62e6d7..337019a4 100644 --- a/boring-sys/Cargo.toml +++ b/boring-sys/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Alex Crichton ", license = "MIT" description = "FFI bindings to BoringSSL" repository = { workspace = true } -documentation = "https://docs.rs/boring-sys" +documentation = "https://docs.rs/rboring-sys" links = "boringssl" build = "build/main.rs" readme = "README.md" diff --git a/boring/Cargo.toml b/boring/Cargo.toml index b944f1a6..f92473e6 100644 --- a/boring/Cargo.toml +++ b/boring/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Steven Fackler ", "Ivan Nikulin ", "Ivan Nikulin