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 ebbc392Copy full SHA for ebbc392
git-function-history-gui/Cargo.toml
@@ -16,7 +16,7 @@ default = ["parallel"]
16
parallel = ["git_function_history/parallel", "function_history_backend_thread/parallel"]
17
18
[dependencies]
19
-eframe = {version = "0.29.1"}
+eframe = {version = "0.30.0"}
20
egui_extras = { version = "*", features = ["all_loaders"] }
21
git_function_history = { path = "../git-function-history-lib", version = "0.7.1", default-features = false}
22
function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.1", default-features = false}
0 commit comments