Skip to content

Commit 3b64c6c

Browse files
Update eframe requirement from 0.21.2 to 0.22.0 in /serial_term
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.21.2...0.22.0) --- updated-dependencies: - dependency-name: eframe dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 409ec0f commit 3b64c6c

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
@@ -6,6 +6,6 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
eframe = "0.21.2"
9+
eframe = "0.22.0"
1010
egui = "0.21.0"
1111
serialport = "4.2.0"

0 commit comments

Comments
 (0)