Skip to content

Commit ca9a27d

Browse files
committed
update to egui 0.27
and new release
1 parent c90b718 commit ca9a27d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "egui_logger"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55
authors = ["Jacob <[email protected]>"]
66
license = "MIT"
@@ -14,12 +14,12 @@ include = ["src/*.rs", "Cargo.toml", "LICENSE"]
1414

1515
[dependencies]
1616
log = "0.4"
17-
egui = "0.26"
17+
egui = "0.27"
1818
once_cell = "1.19"
1919
regex = "1.10"
2020

2121
[dev-dependencies]
22-
eframe = "0.26"
22+
eframe = "0.27"
2323
multi_log = "0.1"
2424
env_logger = "0.11"
2525

0 commit comments

Comments
 (0)