Skip to content

Commit ebbc392

Browse files
Update eframe requirement from 0.29.1 to 0.30.0
Updates the requirements on [eframe](https://github.com/emilk/egui) to permit the latest version. - [Release notes](https://github.com/emilk/egui/releases) - [Changelog](https://github.com/emilk/egui/blob/master/CHANGELOG.md) - [Commits](emilk/egui@0.29.1...0.30.0) --- updated-dependencies: - dependency-name: eframe dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df1e359 commit ebbc392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-function-history-gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default = ["parallel"]
1616
parallel = ["git_function_history/parallel", "function_history_backend_thread/parallel"]
1717

1818
[dependencies]
19-
eframe = {version = "0.29.1"}
19+
eframe = {version = "0.30.0"}
2020
egui_extras = { version = "*", features = ["all_loaders"] }
2121
git_function_history = { path = "../git-function-history-lib", version = "0.7.1", default-features = false}
2222
function_history_backend_thread = { path = "../function_history_backend_thread", version = "0.3.1", default-features = false}

0 commit comments

Comments
 (0)