From 3d6a3fc20599b7457f5a510946353b131cd32726 Mon Sep 17 00:00:00 2001 From: Jixun Moe <5713045+jixunmoe@users.noreply.github.com> Date: Sun, 15 Dec 2024 01:23:07 +0900 Subject: [PATCH] chore: bump version to v0.2.2 with dependency update --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c172194..988fa5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "tc_tea" -version = "0.2.0" +version = "0.2.1" authors = ["Jixun Wu "] edition = "2021" @@ -18,7 +18,7 @@ maintenance = { status = "as-is" } [dependencies] byteorder = "1.5.0" -thiserror = "1.0.63" +thiserror = "2.0.7" rand = { version = "0.8.5", optional = true } rand_chacha = { version = "0.3.1", optional = true } rand_pcg = { version = "0.3.1", optional = true }