From 28fae4141285f590e1baf2cc401186ca05e3c9aa Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Thu, 23 Jan 2025 19:12:01 +0200 Subject: [PATCH] chore: bump cargo ver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "] homepage = "https://stvnliu.gitlab.io"