We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1e359 commit 8714ed0Copy full SHA for 8714ed0
cargo-function-history/Cargo.toml
@@ -20,7 +20,7 @@ git_function_history = { path = "../git-function-history-lib", version = "0.7.1"
20
ratatui = { version = "0.29.0", features = ["crossterm"], default-features = false }
21
crossterm = "0.28.1"
22
eyre = "0.6.12"
23
-dirs = "5.0.1"
+dirs = "6.0.0"
24
simple_file_logger = "0.4.1"
25
log = "0.4.22"
26
function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.1", default-features = false}
0 commit comments