Skip to content

Commit 7c1cdd0

Browse files
committed
fix: remove ignore dev-dependency requiring edition2024
1 parent 9e81d96 commit 7c1cdd0

3 files changed

Lines changed: 37 additions & 241 deletions

File tree

Cargo.lock

Lines changed: 36 additions & 82 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
@@ -52,8 +52,8 @@ napi-build = "2.1"
5252
[dev-dependencies]
5353
criterion = "0.5"
5454
tempfile = "3"
55-
ignore = "=0.4.23"
5655
num_cpus = "1.16"
56+
# ignore crate removed - requires Rust 1.85+ (edition2024) which Docker images don't have
5757

5858
[[bench]]
5959
name = "glob_bench"

0 commit comments

Comments
 (0)