forked from M-Labs/artiq
runtime: cap log level at debug.
This commit is contained in:
parent
4d790b452c
commit
9c3394794e
|
@ -16,7 +16,7 @@ path = "src/lib.rs"
|
|||
std_artiq = { path = "libstd_artiq" }
|
||||
lwip = { path = "liblwip", default-features = false }
|
||||
fringe = { version = "= 1.1.0", default-features = false, features = ["alloc"] }
|
||||
log = { version = "0.3", default-features = false }
|
||||
log = { version = "0.3", default-features = false, features = ["max_level_debug"] }
|
||||
log_buffer = { version = "1.0" }
|
||||
byteorder = { version = "0.5", default-features = false }
|
||||
|
||||
|
|
Loading…
Reference in New Issue