Skip to content

Commit de28da1

Browse files
committed
egui 0.31
1 parent 3a2b746 commit de28da1

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,7 +1,7 @@
11
[package]
22
name = "egui_code_editor"
33
authors = ["Roman Chumak <[email protected]>"]
4-
version = "0.2.11"
4+
version = "0.2.12"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/p4ymak/egui_code_editor"
@@ -11,7 +11,7 @@ categories = ["gui", "text-editors"]
1111
keywords = ["egui", "GUI", "editor", "syntax", "highlighting"]
1212

1313
[dependencies]
14-
egui = { version = "0.30", optional = true }
14+
egui = { version = "0.31", optional = true }
1515
serde = { version = "1", optional = true}
1616

1717
[lib]
@@ -33,5 +33,5 @@ name = "tui"
3333
test = true
3434

3535
[dev-dependencies]
36-
eframe = "0.30"
36+
eframe = "0.31"
3737
colorful = "0.3"

0 commit comments

Comments
 (0)