Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bytekeeper authored Oct 21, 2024
1 parent 3c4de3c commit 1dcd201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ winapi = { version = "0.3", features = ["winbase", "memoryapi", "handleapi"] }
memchr = "2.7"
num-traits = "0.2"
num-derive = "0.4"
derive_more = "1.0"
derive_more = { version = "1.0", features = ["full"] }
rstar = "0.12"
itertools="0.13"
ahash = "0.8"
Expand Down

0 comments on commit 1dcd201

Please sign in to comment.