From 88f103c402f263259345d83a5d912d4e71b34ec3 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 5 Feb 2024 12:31:12 +0100 Subject: [PATCH] log cleanup --- crates/egui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/egui/Cargo.toml b/crates/egui/Cargo.toml index 1e7b3c92821..fff2f90d4e4 100644 --- a/crates/egui/Cargo.toml +++ b/crates/egui/Cargo.toml @@ -94,7 +94,7 @@ backtrace = { workspace = true, optional = true } ## Enable this when generating docs. document-features = { workspace = true, optional = true } -log = { version = "0.4", optional = true, features = ["std"] } +log = { workspace = true, optional = true } puffin = { workspace = true, optional = true } ron = { version = "0.8", optional = true } serde = { version = "1", optional = true, features = ["derive", "rc"] }