aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-07-13 15:42:39 +0800
committerKunoiSayami <[email protected]>2021-07-13 15:43:01 +0800
commit0108133876702e21203d9e02eb282b0ba93c43b4 (patch)
tree84a0ec0031fa2bf10055e52f30426bbb5f18e5af /Cargo.toml
parent4f6f24bf6cbdd7d7e40fdd9578046d2536af6ce4 (diff)
feat(test): Add query_is_all_protected() method for testv3.0.1
* feat(build): Add optimize option for build release
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f48ed89..837e7c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cgit-simple-authentication"
-version = "3.0.0"
+version = "3.0.1"
authors = ["KunoiSayami <[email protected]>"]
edition = "2018"
@@ -30,3 +30,8 @@ regex = "1"
[target.aarch64-unknown-linux-musl.dependencies]
openssl = { version = "0.10", features = ["vendored"] }
cpufeatures = "0.1.3"
+
+[profile.release]
+opt-level=3
+lto=true
+panic="abort" \ No newline at end of file