summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2025-01-23 19:12:01 +0200
committerZhongheng Liu <z.liu@outlook.com.gr>2025-01-23 19:12:01 +0200
commit28fae4141285f590e1baf2cc401186ca05e3c9aa (patch)
treebadc2266a25c19f53b5d7fd3f1386d044ffed0f9
parent4c2ebb1afd04b7bce6cda346beec2a981667825c (diff)
downloadmatrix-rs-28fae4141285f590e1baf2cc401186ca05e3c9aa.tar.gz
matrix-rs-28fae4141285f590e1baf2cc401186ca05e3c9aa.tar.bz2
matrix-rs-28fae4141285f590e1baf2cc401186ca05e3c9aa.zip
chore: bump cargo ver
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1480575..08e0460 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "matrix"
-version = "0.1.5"
+version = "0.1.6"
edition = "2021"
authors = ["Zhongheng Liu <z.liu@outlook.com.gr>"]
homepage = "https://stvnliu.gitlab.io"