Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 17, 2024
1 parent 67e32bd commit f1fca85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ num_cpus = { version = "1.16.0" }
rayon = { version = "1.10.0" }
regex = { version = "1.11.1" }
tokio = { version = "1.42.0", features = ["full"] }
unbug = { version = "0.4.0", features = ["enable"] }
unbug = { version = "0.4.0" }
walkdir = { version = "2.5.0" }

[build-dependencies]
Expand Down Expand Up @@ -53,4 +53,3 @@ include = [

[features]
default = []
Debug = ["unbug/enable"]

0 comments on commit f1fca85

Please sign in to comment.