hf_xet 1.1.10 (#490)

update version of hf_xet
This commit is contained in:
Assaf Vayner
2025-09-11 14:57:19 -07:00
committed by GitHub
parent c762c681ef
commit 81b0833965
3 changed files with 3 additions and 2 deletions

2
hf_xet/Cargo.lock generated
View File

@@ -1257,7 +1257,7 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
[[package]]
name = "hf_xet"
version = "1.1.9"
version = "1.1.10"
dependencies = [
"async-trait",
"bipbuffer",

View File

@@ -1,6 +1,6 @@
[package]
name = "hf_xet"
version = "1.1.9"
version = "1.1.10"
edition = "2021"
license = "Apache-2.0"

View File

@@ -234,6 +234,7 @@ dependencies = [
"futures",
"heed",
"http",
"hyper",
"hyper-util",
"lazy_static",
"mdb_shard",