From 29680c6a0ac46684ad6c6712896649f6acff737f Mon Sep 17 00:00:00 2001 From: KunoiSayami <46131041+KunoiSayami@users.noreply.github.com> Date: Tue, 13 Jul 2021 00:13:44 +0800 Subject: feat(core): Rewritten configure file parser * feat(core): Support full protect mode * feat(test): Reduced sleeping time and support new parser * feat(crate): Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0cd5638..f48ed89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cgit-simple-authentication" -version = "2.0.0" +version = "3.0.0" authors = ["KunoiSayami <46131041+KunoiSayami@users.noreply.github.com>"] edition = "2018" @@ -29,4 +29,4 @@ regex = "1" [target.aarch64-unknown-linux-musl.dependencies] openssl = { version = "0.10", features = ["vendored"] } -cpufeatures = "0.1.3" \ No newline at end of file +cpufeatures = "0.1.3" -- cgit v1.3.1