Skip to content

Commit

Permalink
Update dependecies and release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RegenJacob committed Oct 3, 2024
1 parent 0e622c7 commit a3d34d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_logger"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = ["Jacob <[email protected]>"]
license = "MIT"
Expand All @@ -14,12 +14,12 @@ include = ["src/*.rs", "Cargo.toml", "LICENSE"]

[dependencies]
log = "0.4"
egui = "0.28"
egui = "0.29"
regex = "1.10"
hashbrown = "0.14"
hashbrown = "0.15"

[dev-dependencies]
eframe = "0.28"
eframe = "0.29"
multi_log = "0.1"
env_logger = "0.11"

Expand Down

0 comments on commit a3d34d8

Please sign in to comment.