diff options
| author | KunoiSayami <[email protected]> | 2022-01-13 23:52:24 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-01-13 23:52:24 +0800 |
| commit | 7662f028360370f0e4f3bd3770965e39c1458ae1 (patch) | |
| tree | f9a91c9fb15d06370475ef067f8eada475d7ecaf /Cargo.toml | |
| parent | ff968cf5c39652d9153aa3dcf5563e6d83ea0e6c (diff) | |
feat: Add some useful output in logv4.0.0-alpha.2
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,11 +1,11 @@ [package] name = "cgit-simple-authentication" -version = "4.0.0-alpha.1" +version = "4.0.0-alpha.2" authors = ["KunoiSayami <[email protected]>"] edition = "2018" [dependencies] -log = { version = "0.4", features = ["max_level_trace", "release_max_level_debug"] } +log = { version = "0.4", features = ["max_level_trace", "release_max_level_info"] } env_logger = "0.8" tokio = { version = "1", features = ["full"] } serde_json = "1" |
