Skip to content

Commit df3e9fa

Browse files
Update egui requirement from 0.19.0 to 0.21.0 in /serial_term
Updates the requirements on [egui](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.19.0...0.21.0) --- updated-dependencies: - dependency-name: egui dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bab5c3 commit df3e9fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

serial_term/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2021"
77

88
[dependencies]
99
eframe = "0.21.2"
10-
egui = "0.19.0"
10+
egui = "0.21.0"
1111
serialport = "4.2.0"

0 commit comments

Comments
 (0)