Skip to content

Commit 8673a0f

Browse files
committed
fix: configure 'libc' dependency for unix target, #5936
1 parent 6f22c08 commit 8673a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ slog = { version = "2.5.2", features = [ "max_level_trace" ] }
2929
slog-term = "2.6.0"
3030
slog-json = { version = "2.3.0", optional = true }
3131
chrono = "0.4.19"
32-
libc = "0.2.82"
3332
hashbrown = { workspace = true }
3433
rusqlite = { workspace = true, optional = true }
3534

3635
[target.'cfg(unix)'.dependencies]
3736
nix = "0.23"
37+
libc = "0.2.82"
3838

3939
[target.'cfg(windows)'.dependencies]
4040
winapi = { version = "0.3", features = ["consoleapi", "handleapi", "synchapi", "winbase"] }

0 commit comments

Comments
 (0)