Skip to content

Commit

Permalink
Merge pull request #9 from antiguru/deps
Browse files Browse the repository at this point in the history
Relax libc dependency
  • Loading branch information
antiguru authored Nov 1, 2023
2 parents ed6fc40 + 3686ae0 commit 1355dc8
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 @@ -11,7 +11,7 @@ rust-version = "1.70"

[dependencies]
crossbeam-deque = "0.8"
libc = "0.2.149"
libc = "0.2"
memmap2 = "0.9"
tempfile = "3.8"
thiserror = "1.0"
Expand Down

0 comments on commit 1355dc8

Please sign in to comment.