diff --git a/artiq/firmware/runtime/Cargo.toml b/artiq/firmware/runtime/Cargo.toml index 8fb0e1498..5d432eca0 100644 --- a/artiq/firmware/runtime/Cargo.toml +++ b/artiq/firmware/runtime/Cargo.toml @@ -17,7 +17,7 @@ std_artiq = { path = "../libstd_artiq", features = ["alloc"] } lwip = { path = "../liblwip", default-features = false } bsp = { path = "../libbsp" } fringe = { version = "= 1.1.0", default-features = false, features = ["alloc"] } -log = { version = "0.3", default-features = false, features = ["max_level_debug"] } +log = { version = "0.3", default-features = false } log_buffer = { version = "1.0" } byteorder = { version = "0.5", default-features = false }