Skip to content

Commit

Permalink
egui 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
p4ymak committed Jan 9, 2024
1 parent fdaa754 commit 8c92bfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "egui_code_editor"
authors = ["Roman Chumak <p4ymak@yandex.ru>"]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/p4ymak/egui_code_editor"
Expand All @@ -11,7 +11,7 @@ categories = ["gui", "text-editors"]
keywords = ["egui", "GUI", "editor", "syntax", "highlighting"]

[dependencies]
egui = "0.24.0"
egui = "0.25.0"

[lib]
name = "egui_code_editor"
Expand All @@ -21,4 +21,4 @@ name = "egui_code_editor"
[[example]]
name = "demo"
[dev-dependencies]
eframe = "0.24.0"
eframe = "0.25.0"

0 comments on commit 8c92bfe

Please sign in to comment.