Skip to content

Commit

Permalink
Merge #1891
Browse files Browse the repository at this point in the history
1891: Prepare for release 0.26.0 r=rtzoeller a=asomers



Co-authored-by: Alan Somers <asomers@gmail.com>
  • Loading branch information
bors[bot] and asomers committed Nov 29, 2022
2 parents 206556d + 17e56e1 commit 1e0de75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -27,7 +27,7 @@ targets = [
]

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

0 comments on commit 1e0de75

Please sign in to comment.