Skip to content

Commit e437e63

Browse files
committed
fix typed-fuse dependency
1 parent c6c9e75 commit e437e63

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Cargo.lock

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ daemonize = "0.5"
2727
chrono = "0.4"
2828
clap = { version = "4.6.1", features = ["derive"] }
2929
env_logger = "0.11.10"
30-
typed-fuse = { path = "../typed-fuse/typed-fuse" }
30+
typed-fuse = { git = "https://github.com/vgough/typed-fuse" }
3131
libc = "0.2.186"
3232
log = "0.4.32"
3333
quick-xml = { version = "0.40.1", features = ["serialize"] }

0 commit comments

Comments
 (0)