Skip to content

Commit

Permalink
Merge pull request #9 from jbaublitz/remove-unnecessary-dep
Browse files Browse the repository at this point in the history
Remove unnecessary dependency on lazy_static
  • Loading branch information
jbaublitz authored Aug 21, 2024
2 parents 2d82188 + ca6b6a8 commit c6590dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ keywords = ["synchronization", "multithreading", "bindings"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lazy_static = "1.4.0"
libc = "0.2.146"
log = "0.4.20"

Expand Down

0 comments on commit c6590dd

Please sign in to comment.