Skip to content

Commit 58f0f3b

Browse files
authored
Merge pull request #672 from mattico/update-deps
Update deps
2 parents 72f154b + e7a61ef commit 58f0f3b

File tree

3 files changed

+41
-54
lines changed

3 files changed

+41
-54
lines changed

Cargo.lock

Lines changed: 40 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ staticfile = { version = "0.5", optional = true }
5151
ws = { version = "0.7", optional = true}
5252

5353
# Search feature
54-
elasticlunr-rs = { version = "2.0", optional = true }
54+
elasticlunr-rs = { version = "2.2", optional = true, default-features = false }
5555
ammonia = { version = "1.1", optional = true }
5656

5757
[build-dependencies]

src/bin/init.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use std::process::Command;
44
use clap::{App, ArgMatches, SubCommand};
55
use mdbook::MDBook;
66
use mdbook::errors::Result;
7-
use mdbook::utils;
87
use mdbook::config;
98
use get_book_dir;
109

0 commit comments

Comments
 (0)