From 34d855b988797a29f45f5acd0a14614078d061be Mon Sep 17 00:00:00 2001 From: Dmitry Pankratov Date: Mon, 9 Dec 2024 19:18:51 +0100 Subject: [PATCH] Fix for docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 98910b3..e9449c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" publish = false [package.metadata.docs.rs] -targets = ["x86_64-pc-windows-gnu", "x86_64-pc-windows-msvc"] +default-target = "x86_64-pc-windows-msvc" no-default-features = true features = ["ring"]