Skip to content

Commit 577eac4

Browse files
committed
Make ignore a mandatory dependency
1 parent c390ed3 commit 577eac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ once_cell = "1.17.1"
2828
env_logger = "0.11.1"
2929
handlebars = "6.0"
3030
hex = "0.4.3"
31+
ignore = "0.4.23"
3132
log = "0.4.17"
3233
memchr = "2.5.0"
3334
opener = "0.7.0"
@@ -44,7 +45,6 @@ topological-sort = "0.2.2"
4445
# Watch feature
4546
notify = { version = "8.0.0", optional = true }
4647
notify-debouncer-mini = { version = "0.6.0", optional = true }
47-
ignore = { version = "0.4.20", optional = true }
4848
pathdiff = { version = "0.2.1", optional = true }
4949
walkdir = { version = "2.3.3", optional = true }
5050

@@ -67,7 +67,7 @@ walkdir = "2.3.3"
6767

6868
[features]
6969
default = ["watch", "serve", "search"]
70-
watch = ["dep:notify", "dep:notify-debouncer-mini", "dep:ignore", "dep:pathdiff", "dep:walkdir"]
70+
watch = ["dep:notify", "dep:notify-debouncer-mini", "dep:pathdiff", "dep:walkdir"]
7171
serve = ["dep:futures-util", "dep:tokio", "dep:warp"]
7272
search = ["dep:elasticlunr-rs", "dep:ammonia"]
7373

0 commit comments

Comments
 (0)