1 parent 1545e88 commit a3573efCopy full SHA for a3573ef
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bigedit"
3
-version = "0.1.11"
+version = "0.1.12"
4
edition = "2021"
5
description = "A streaming TUI editor for very large files"
6
authors = ["bigedit contributors"]
@@ -43,8 +43,7 @@ fuser = { version = "0.14", optional = true }
43
# Signal handling for FUSE daemon (optional)
44
ctrlc = { version = "3.4", optional = true }
45
46
-# System calls for high-performance I/O (Linux)
47
-[target.'cfg(target_os = "linux")'.dependencies]
+# libc for FUSE error codes and system calls
48
libc = "0.2"
49
50
[profile.release]
0 commit comments