You've already forked platform-info
mirror of
https://github.com/uutils/platform-info.git
synced 2026-06-10 15:48:45 -07:00
Merge pull request #76 from uutils/renovate/libc-0.x
fix(deps): update rust crate libc to 0.2.154
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ license = "MIT"
|
||||
# spell-checker:ignore (crates) libc winapi (features) libloaderapi processthreadsapi sysinfoapi winbase winver
|
||||
|
||||
[target.'cfg(not(target_os = "windows"))'.dependencies]
|
||||
libc = "0.2"
|
||||
libc = "0.2.154"
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
winapi = { version = "0.3", features = ["libloaderapi", "processthreadsapi", "sysinfoapi", "winbase", "winver"] }
|
||||
|
||||
Reference in New Issue
Block a user