Skip to content

Commit

Permalink
recover mount point (#165)
Browse files Browse the repository at this point in the history
* recover mount point

* fix clippy
  • Loading branch information
luanshaotong authored Aug 15, 2023
1 parent 4ba96c0 commit 944677c
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 73 deletions.
55 changes: 33 additions & 22 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9.14"
# tonic-health = "0.7.1"
dashmap = "5.4.0"
async-trait = "0.1.59"
async-trait = "0.1.73"
nix = "0.26.1"
rocksdb = "0.19.0"
bincode = "1.3.3"
Expand Down
Loading

0 comments on commit 944677c

Please sign in to comment.