Skip to content

Commit

Permalink
Update to FUSE ABI 7.19
Browse files Browse the repository at this point in the history
  • Loading branch information
zargony committed Aug 7, 2018
1 parent 30a118b commit ab85b81
Show file tree
Hide file tree
Showing 3 changed files with 417 additions and 6 deletions.
13 changes: 13 additions & 0 deletions fuse-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ links = "fuse"
pkg-config = "0.3"

[dependencies]

[features]
abi-7-9 = []
abi-7-10 = ["abi-7-9"]
abi-7-11 = ["abi-7-10"]
abi-7-12 = ["abi-7-11"]
abi-7-13 = ["abi-7-12"]
abi-7-14 = ["abi-7-13"]
abi-7-15 = ["abi-7-14"]
abi-7-16 = ["abi-7-15"]
abi-7-17 = ["abi-7-16"]
abi-7-18 = ["abi-7-17"]
abi-7-19 = ["abi-7-18"]
Loading

0 comments on commit ab85b81

Please sign in to comment.