From 98baeaf8bcbf2055787a3610086ffdbb09b327f1 Mon Sep 17 00:00:00 2001 From: Bram Gotink Date: Sun, 29 Mar 2026 15:53:20 +0200 Subject: [PATCH 1/2] {fix} re-enable search --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1cc2fef..ab5efb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ env_logger = { version = "0.11.5", default-features = false } log = { version = "0.4.22", features = ["std"] } mdbook-renderer = "0.5.2" -mdbook-html = "0.5.2" +mdbook-html = { version = "0.5.2", features = ["search"] } # Disable unicode features, we don't need them regex = { version = "1.11.0", default-features = false, features = [ From d8e93f21bbdb0438789dbd7790610117e75767d7 Mon Sep 17 00:00:00 2001 From: Bram Gotink Date: Sun, 29 Mar 2026 15:53:45 +0200 Subject: [PATCH 2/2] {chore} version v0.5.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a227d3e..2968bd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1297,7 +1297,7 @@ dependencies = [ [[package]] name = "mdbook-angular" -version = "0.4.3" +version = "0.5.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index ab5efb8..45117db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-angular" -version = "0.4.3" +version = "0.5.0" edition = "2021" authors = ["Bram Gotink "] license = "EUPL-1.2"