aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f4be69e..288effc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cgit-simple-authentication"
-version = "4.2.1"
+version = "4.3.0"
authors = ["KunoiSayami <[email protected]>"]
edition = "2024"
@@ -18,7 +18,6 @@ log = { version = "0.4", features = [
"release_max_level_info",
] }
log4rs = "1"
-pam = { git = "https://github.com/1wilkens/pam.git", optional = true }
rand = "0.10"
redis = { version = "1", features = ["tokio-comp"] }
regex = "1"
@@ -43,6 +42,3 @@ cpufeatures = "0.3"
[profile.release]
lto = true
panic = "abort"
-
-[features]
-default = []