Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,6 @@ libfuse2 = ["libfuse"]
libfuse3 = ["libfuse"]
serializable = ["serde"]
macfuse-4-compat = []
# abi-7-xx feature flags are deprecated and don't do anything.
abi-7-20 = []
abi-7-21 = []
abi-7-22 = []
abi-7-23 = []
abi-7-24 = []
abi-7-25 = []
abi-7-26 = []
abi-7-27 = []
abi-7-28 = []
abi-7-29 = []
abi-7-30 = []
abi-7-31 = []
abi-7-36 = []
abi-7-40 = []
# Disable mount implementations. Code will compile but won't work.
Comment thread
cberner marked this conversation as resolved.
# Can be used like this on Linux to check macOS code compiles:
# cargo check --target x86_64-apple-darwin --features=macos-no-mount
Expand Down