chore: bump version to v0.2.2 with dependency update

This commit is contained in:
Jixun Moe
2024-12-15 01:23:07 +09:00
parent e6c75baa5e
commit 3d6a3fc205

View File

@@ -2,7 +2,7 @@
[package]
name = "tc_tea"
version = "0.2.0"
version = "0.2.1"
authors = ["Jixun Wu <jixun.moe@gmail.com>"]
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 }