Skip to content

Commit 8448fc1

Browse files
Update eframe requirement from 0.29 to 0.30
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.0...0.30.0) --- updated-dependencies: - dependency-name: eframe dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b8bb8d commit 8448fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

anise-gui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ hifitime = { workspace = true }
1515
log = { workspace = true }
1616
bytes = { workspace = true }
1717
pretty_env_logger = { workspace = true }
18-
eframe = { version = "0.29" }
18+
eframe = { version = "0.30" }
1919
egui = { version = "0.29" }
2020
egui_extras = { version = "0.29", features = ["datepicker", "http", "image"] }
2121
rfd = { version = "0.15.0" }

0 commit comments

Comments
 (0)