Skip to content

Commit ac13cf7

Browse files
committed
Update to v0.6.0
1 parent b10e89b commit ac13cf7

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.5.0"
3+
version = "0.6.0"
44
edition = "2021"
55
authors = ["Jacob <RegenJacob@gmx.de>"]
66
license = "MIT"
@@ -24,7 +24,7 @@ multi_log = "0.1"
2424
env_logger = "0.11"
2525

2626
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
27-
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "clock"] }
27+
chrono = { version = "0.4", default-features = false, features = ["alloc", "clock"] }
2828

2929
[target.'cfg(target_arch = "wasm32")'.dependencies]
30-
chrono = { version = "0.4.38", default-features = false, features = ["alloc", "clock", "wasmbind"] }
30+
chrono = { version = "0.4", default-features = false, features = ["alloc", "clock", "wasmbind"] }

0 commit comments

Comments
 (0)