From 0c99dad611d7129288903a181755fd14b0b45e3a Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Sat, 25 Jan 2025 14:36:51 +0200 Subject: [PATCH] chore(cargo): bump semVer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c188dbd..c0c5fce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["Zhongheng Liu "] homepage = "https://stvnliu.gitlab.io"