aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-03-22 00:09:38 +0000
committerXe Iaso <me@christine.website>2022-03-22 00:09:38 +0000
commit00be22ff19be0e8ec6562e238a93bb45dc2c67f9 (patch)
tree86edb9bc382751c6a32f5f2946ff235ea06674ba
parent1fcb93797f418445e3cb361fd5f0de7f25efabb0 (diff)
downloadxesite-00be22ff19be0e8ec6562e238a93bb45dc2c67f9.tar.xz
xesite-00be22ff19be0e8ec6562e238a93bb45dc2c67f9.zip
bump version
Signed-off-by: Xe Iaso <me@christine.website>
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2c2b715..3266255 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2859,7 +2859,7 @@ dependencies = [
[[package]]
name = "xesite"
-version = "2.3.0"
+version = "2.4.0"
dependencies = [
"axum",
"axum-extra",
diff --git a/Cargo.toml b/Cargo.toml
index 03dc3f6..006f66b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xesite"
-version = "2.3.0"
+version = "2.4.0"
authors = ["Xe Iaso <me@christine.website>"]
edition = "2018"
build = "src/build.rs"