mirror of
https://github.com/jixunmoe/tc_tea_rust
synced 2026-03-07 20:19:49 +00:00
chore: bump version to v0.2.2 with dependency update
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "tc_tea"
|
name = "tc_tea"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
authors = ["Jixun Wu <jixun.moe@gmail.com>"]
|
authors = ["Jixun Wu <jixun.moe@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
@@ -18,7 +18,7 @@ maintenance = { status = "as-is" }
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "1.5.0"
|
byteorder = "1.5.0"
|
||||||
thiserror = "1.0.63"
|
thiserror = "2.0.7"
|
||||||
rand = { version = "0.8.5", optional = true }
|
rand = { version = "0.8.5", optional = true }
|
||||||
rand_chacha = { version = "0.3.1", optional = true }
|
rand_chacha = { version = "0.3.1", optional = true }
|
||||||
rand_pcg = { version = "0.3.1", optional = true }
|
rand_pcg = { version = "0.3.1", optional = true }
|
||||||
|
|||||||
Reference in New Issue
Block a user