From 17e56e1f38144c3afa7f04de45e4b20b75333617 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 28 Nov 2022 22:26:33 -0700 Subject: Prepare for release 0.26.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dbce0df4..b7bdc6bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } -- cgit v1.2.3