add thunk-rs to support win7 (#812)

* add thunk-rs to support win7
---------

Co-authored-by: loecomm <loecom@qq.com>
This commit is contained in:
loecom
2025-04-25 22:27:36 +08:00
committed by GitHub
parent 7e3819be86
commit c5580feb64
13 changed files with 67 additions and 7 deletions
Generated
+7
View File
@@ -1969,6 +1969,7 @@ dependencies = [
"tabled",
"tachyonix",
"thiserror 1.0.63",
"thunk-rs",
"time",
"timedmap",
"tokio",
@@ -8151,6 +8152,12 @@ dependencies = [
"once_cell",
]
[[package]]
name = "thunk-rs"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cbc000e786a7ea2cfa3a85ef77cf86bfdadeaa2b215ec4751df66442fa4632a"
[[package]]
name = "tiff"
version = "0.9.1"