From 8d68ac0b56fa6be0eb5215f346d513b9a2ef37b8 Mon Sep 17 00:00:00 2001 From: KunoiSayami <46131041+KunoiSayami@users.noreply.github.com> Date: Sat, 15 May 2021 02:38:31 +0800 Subject: feat(core): Set protect policy default enabled * fix(auth): Fix authenticate cookie failure in root page --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6f038c4..b0a36b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cgit-simple-authentication" -version = "0.4.0" +version = "0.4.1" authors = ["KunoiSayami <46131041+KunoiSayami@users.noreply.github.com>"] edition = "2018" @@ -29,4 +29,5 @@ tempdir = "0.3" regex = "1" [target.aarch64-unknown-linux-musl.dependencies] -openssl = { version = "0.10", features = ["vendored"] } \ No newline at end of file +openssl = { version = "0.10", features = ["vendored"] } +cpufeatures = "0.1.3" \ No newline at end of file -- cgit v1.3.1