aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"