aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2022-01-13 23:52:24 +0800
committerKunoiSayami <[email protected]>2022-01-13 23:52:24 +0800
commit7662f028360370f0e4f3bd3770965e39c1458ae1 (patch)
treef9a91c9fb15d06370475ef067f8eada475d7ecaf /Cargo.toml
parentff968cf5c39652d9153aa3dcf5563e6d83ea0e6c (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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8ed2ef1..361b6cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"