Skip to content

Commit a3573ef

Browse files
committed
Make libc available on all platforms for FUSE support
1 parent 1545e88 commit a3573ef

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bigedit"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
edition = "2021"
55
description = "A streaming TUI editor for very large files"
66
authors = ["bigedit contributors"]
@@ -43,8 +43,7 @@ fuser = { version = "0.14", optional = true }
4343
# Signal handling for FUSE daemon (optional)
4444
ctrlc = { version = "3.4", optional = true }
4545

46-
# System calls for high-performance I/O (Linux)
47-
[target.'cfg(target_os = "linux")'.dependencies]
46+
# libc for FUSE error codes and system calls
4847
libc = "0.2"
4948

5049
[profile.release]

0 commit comments

Comments
 (0)