Skip to content

Commit c8a7830

Browse files
committed
Use minor version for libc dependency
Signed-off-by: Manos Pitsidianakis <[email protected]>
1 parent d4d0f64 commit c8a7830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ flate2 = { version = "1", optional = true }
3131
futures = { version = "0.3.30", default-features = false, features = ["async-await", "executor", "std"] }
3232
indexmap = { version = "^2.3", default-features = false, features = ["serde", "std"] }
3333
itoa = { version = "1.0.11", default-features = false }
34-
libc = { version = "0.2.125", default-features = false, features = ["extra_traits"] }
34+
libc = { version = "0.2", default-features = false, features = ["extra_traits"] }
3535
libz-sys = { version = "1.1", features = ["static"], optional = true }
3636
linkify = { version = "^0.10", default-features = false }
3737
melib = { path = "../melib", version = "0.8.12", features = [] }

melib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ futures = { version = "0.3.30", default-features = false, features = ["async-awa
3131
imap-codec = { version = "2.0.0-alpha.4", features = ["ext_condstore_qresync", "ext_id"], optional = true }
3232
indexmap = { version = "^2.3", default-features = false, features = ["serde", "std"] }
3333
isahc = { version = "^1.7.2", optional = true, default-features = false, features = ["http2", "json", "text-decoding"] }
34-
libc = { version = "0.2.125", features = ["extra_traits"] }
34+
libc = { version = "0.2", features = ["extra_traits"] }
3535
libloading = { version = "^0.8" }
3636
log = { version = "0.4", features = ["std"] }
3737
native-tls = { version = "0.2", default-features = false, optional = true }

0 commit comments

Comments
 (0)