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" }