mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
Forbid printing log::trace!
in release builds
This commit is contained in:
parent
05592396e7
commit
b8f048b1a3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ edition = "2021"
|
||||||
anyhow = "1.0.86"
|
anyhow = "1.0.86"
|
||||||
chrono = "0.4.38"
|
chrono = "0.4.38"
|
||||||
diesel = { version = "2.2.1", features = ["postgres"] }
|
diesel = { version = "2.2.1", features = ["postgres"] }
|
||||||
log = "0.4.22"
|
log = { version = "0.4.22", features = ["release_max_level_debug"] }
|
||||||
micronfig = "0.3.0"
|
micronfig = "0.3.0"
|
||||||
pretty_env_logger = "0.5.0"
|
pretty_env_logger = "0.5.0"
|
||||||
rand = { version = "0.8.5", features = ["small_rng"] }
|
rand = { version = "0.8.5", features = ["small_rng"] }
|
||||||
|
|
Loading…
Reference in a new issue