aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-12 23:45:07 +0800
committerKunoiSayami <[email protected]>2021-05-12 23:45:07 +0800
commite027dbcff8f844beb6b90b8d934e97e2a8b9bd9a (patch)
tree88cf2eefeddd99ac04d7cb5712dbe4a49a0c1f4d /Cargo.toml
parent096186b2ca129d83b1041a2a9226d5a7fba0226b (diff)
refactor(core): Add a way to run unit test in cargo
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 633ecf1..30b5a61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cgit-simple-authentication"
-version = "0.3.1"
+version = "0.3.2"
authors = ["KunoiSayami <[email protected]>"]
edition = "2018"