Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "catfs"
version = "0.9.0"
authors = ["Ka-Hing Cheung <khc@hxbc.us>"]
version = "0.9.1"
authors = ["Ka-Hing Cheung <khc@hxbc.us>", "Joshua Pedrick <joshua.pedrick@gmail.com>"]
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this and the version change.

description = "Cache AnyThing filesystem"
keywords = ["filesystem", "fuse", "cache"]
categories = ["caching", "filesystem"]
Expand All @@ -13,7 +13,7 @@ readme = "README.md"
backtrace = "0.3"
chan-signal = "0.2"
clap = "2.29.0"
daemonize = "0.2"
daemonize = "0.5"
env_logger = "0.4"
fd = { git = "https://github.com/stemjail/fd-rs.git", rev = "3bc3e3587f8904cce8bf29163a2021c2f5906557" }
fuse = "0.3.0"
Expand Down
Loading