From dd32b816d3680e0882177064c07955dbf491d2bc Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Sat, 25 Jan 2025 12:43:07 +0200 Subject: [PATCH] chore(cargo): bump semVer --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb6225c..bceafd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "matrix" -version = "0.1.7" +version = "0.1.8" diff --git a/Cargo.toml b/Cargo.toml index 288c613..c188dbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matrix" -version = "0.1.7" +version = "0.1.8" edition = "2021" authors = ["Zhongheng Liu "] homepage = "https://stvnliu.gitlab.io"