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 de8bc8f commit 4f68856
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 @@ -23,7 +23,7 @@ tokio = { version = "1.42.0", features = ["full"] }
once_cell = { version = "1.20.2" }
num_cpus = { version = "1.16.0" }
crossbeam-queue = "0.3.11"
unbug = { version = "0.4.0", features = ["enable"] }
unbug = { version = "0.4.0" }

[build-dependencies]
serde = { version = "1.0.216", features = ["derive"] }
Expand Down Expand Up @@ -57,4 +57,3 @@ include = [

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

0 comments on commit 4f68856

Please sign in to comment.