Skip to content

Commit

Permalink
chore(deps): try libc 0.2.152 (#2302)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC authored Jan 31, 2024
1 parent 6d30883 commit 64e2de0
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 @@ -28,7 +28,7 @@ targets = [
]

[dependencies]
libc = { git = "https://github.com/rust-lang/libc", rev = "2f93bfb7678e18a9fc5373dec49384bd23f601c3", features = ["extra_traits"] }
libc = { version = "0.2.152", features = ["extra_traits"] }
bitflags = "2.3.1"
cfg-if = "1.0"
pin-utils = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit 64e2de0

Please sign in to comment.