From c8f5c25d4b14376c2edf07d7570a05b5eec42271 Mon Sep 17 00:00:00 2001 From: myOmikron Date: Thu, 28 Mar 2024 16:57:35 +0100 Subject: [PATCH] Fixed docs.rs build --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fb34c4a..42cab4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,9 @@ description = "Session Store implementation for rorm" authors = ["Niklas Pfister "] license = "MPL-2.0" +[package.metadata.docs.rs] +features = ["__ci"] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]