From 4dde7dd2304b4d2d435506d05df08bdfae843356 Mon Sep 17 00:00:00 2001 From: Craig Disselkoen Date: Mon, 26 Oct 2020 16:21:26 -0700 Subject: [PATCH] fix docs.rs builds (fixes #13) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65a5e87..02f326d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,5 +38,5 @@ llvm-10-strict = ["llvm-10", "llvm-ir/llvm-10-strict"] llvm-11-strict = ["llvm-11", "llvm-ir/llvm-11-strict"] [package.metadata.docs.rs] -# Generate docs.rs documentation with the llvm-11 feature -features = ["llvm-11"] +# Generate docs.rs documentation with the llvm-10 feature +features = ["llvm-10"]