From 43810fb8f867a8d72b564b2ec327de147e167daa Mon Sep 17 00:00:00 2001 From: Arvid Gerstmann Date: Tue, 5 Nov 2024 17:24:46 +0100 Subject: [PATCH] fix: ci build of docs --- doc-tests/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc-tests/Cargo.toml b/doc-tests/Cargo.toml index 7c66bd3..bb2e1df 100644 --- a/doc-tests/Cargo.toml +++ b/doc-tests/Cargo.toml @@ -11,6 +11,9 @@ license.workspace = true [lints] workspace = true +[dependencies] +ferrunix = { path = "../ferrunix", default-features = false, features = ["multithread"], version = "=0.3.0" } + [dev-dependencies] skeptic = { git = "https://github.com/Leandros/rust-skeptic.git", rev = "45d69d27c3ee1f0cf66072053bb6f88c1be0e07b" }