update libc version
This commit is contained in:
parent
82b4d0d8aa
commit
65532e7113
@ -39,7 +39,7 @@ miniz_oxide = { version = "0.7.0", optional = true, default-features = false }
|
|||||||
addr2line = { version = "0.22.0", optional = true, default-features = false }
|
addr2line = { version = "0.22.0", optional = true, default-features = false }
|
||||||
|
|
||||||
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
|
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
|
||||||
libc = { version = "0.2.156", default-features = false, features = [
|
libc = { version = "0.2.159", default-features = false, features = [
|
||||||
'rustc-dep-of-std',
|
'rustc-dep-of-std',
|
||||||
], public = true }
|
], public = true }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user