aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-07-13 00:13:44 +0800
committerKunoiSayami <[email protected]>2021-07-13 00:13:44 +0800
commit29680c6a0ac46684ad6c6712896649f6acff737f (patch)
tree9cfc603f103345198bff5e175504c61d2b90908c /Cargo.toml
parente92521c9143fb41fbb664ac6864e575fd79416b3 (diff)
feat(core): Rewritten configure file parserv3.0.0
* feat(core): Support full protect mode * feat(test): Reduced sleeping time and support new parser * feat(crate): Bump version
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 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 <[email protected]>"]
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"