From 22e61965aa38ab0bd64bbdddf3848ae891edceba Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Fri, 1 Mar 2024 15:02:44 +1300 Subject: [PATCH] Enable vi feature for docs.rs build --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 5d4dee1..748641d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,3 +66,6 @@ criterion = { version = "0.5.1", default-features = false, features = [ [profile.test] opt-level = 1 + +[package.metadata.docs.rs] +features = ["vi"]