Skip to content

Commit

Permalink
downgrade fuse-abi to 7.19
Browse files Browse the repository at this point in the history
Signed-off-by: hexilee <[email protected]>
  • Loading branch information
Hexilee committed Mar 16, 2021
1 parent 7b2cd47 commit d0aa8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fuser = { git = "https://github.com/cberner/fuser.git", features = ["serializable", "abi-7-24"] }
fuser = { git = "https://github.com/cberner/fuser.git", features = ["serializable", "abi-7-19"] }
async-std = { version = "1.7.0", features = ["attributes"] }
futures = "0.3"
anyhow = "1.0"
Expand Down

0 comments on commit d0aa8a0

Please sign in to comment.