From 48be7b08ab9510b3cd23d1fb16b126945f5670d1 Mon Sep 17 00:00:00 2001 From: Assaf Vayner Date: Mon, 18 Aug 2025 14:35:23 -0700 Subject: [PATCH] update version (#461) --- hf_xet/Cargo.lock | 2 +- hf_xet/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hf_xet/Cargo.lock b/hf_xet/Cargo.lock index 54c84a9d..260da9d1 100644 --- a/hf_xet/Cargo.lock +++ b/hf_xet/Cargo.lock @@ -1079,7 +1079,7 @@ checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hf_xet" -version = "1.1.7" +version = "1.1.8" dependencies = [ "async-trait", "bipbuffer", diff --git a/hf_xet/Cargo.toml b/hf_xet/Cargo.toml index 8eb75cb1..4104021f 100644 --- a/hf_xet/Cargo.toml +++ b/hf_xet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hf_xet" -version = "1.1.7" +version = "1.1.8" edition = "2021" license = "Apache-2.0"