Skip to content

Commit 4cc177f

Browse files
committed
refactor: remove libc dependency from stacks-common, #5936
1 parent 8a76086 commit 4cc177f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stacks-common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ rusqlite = { workspace = true, optional = true }
3434

3535
[target.'cfg(unix)'.dependencies]
3636
nix = "0.23"
37-
libc = "0.2.82"
3837

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

0 commit comments

Comments
 (0)