Skip to content
Merged
4 changes: 2 additions & 2 deletions .github/workflows/bump-crates-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: huggingface/hf-workflows/.github/actions/setup-hf-registry-proxies@21845492ef47d4e46b07a3b2a6e14fd4748c39cc # main
- name: Install Rust 1.94
- name: Install Rust 1.95
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: '3.10'
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: huggingface/hf-workflows/.github/actions/setup-hf-registry-proxies@21845492ef47d4e46b07a3b2a6e14fd4748c39cc # main
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
- name: Install cargo-machete
run: cargo install --locked cargo-machete@0.9.2
- name: Run cargo-machete
Expand All @@ -48,7 +48,7 @@ jobs:
- uses: huggingface/hf-workflows/.github/actions/setup-hf-registry-proxies@21845492ef47d4e46b07a3b2a6e14fd4748c39cc # main
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
- uses: ./.github/actions/cache-rust-build
- name: Compile benchmarks
run: |
Expand All @@ -60,10 +60,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: huggingface/hf-workflows/.github/actions/setup-hf-registry-proxies@21845492ef47d4e46b07a3b2a6e14fd4748c39cc # main
- name: Install Rust 1.94
- name: Install Rust 1.95
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
components: clippy
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
Expand Down Expand Up @@ -117,10 +117,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Rust 1.94
- name: Install Rust 1.95
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
- uses: ./.github/actions/cache-rust-build
- name: Build and Test
run: |
Expand Down Expand Up @@ -150,10 +150,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Rust 1.94
- name: Install Rust 1.95
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
- name: Set up Git LFS
run: |
brew install git-lfs
Expand Down Expand Up @@ -189,10 +189,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: huggingface/hf-workflows/.github/actions/setup-hf-registry-proxies@21845492ef47d4e46b07a3b2a6e14fd4748c39cc # main
- name: Install Rust 1.94
- name: Install Rust 1.95
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
- uses: ./.github/actions/build-wasm
- name: Check hf_xet_thin_wasm Cargo.lock has no uncommitted changes
working-directory: wasm/hf_xet_thin_wasm
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
- uses: huggingface/hf-workflows/.github/actions/setup-hf-registry-proxies@21845492ef47d4e46b07a3b2a6e14fd4748c39cc # main
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
- name: Install cargo-audit
run: cargo install --locked cargo-audit
- name: Run cargo audit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/crates-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
with:
ref: main

- name: Install Rust 1.94
- name: Install Rust 1.95
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0

- name: Authenticate to crates.io
id: auth
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/git-xet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Rust 1.94
- name: Install Rust 1.95
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
- uses: ./.github/actions/cache-rust-build
- name: Build
run: |
Expand All @@ -52,10 +52,10 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Rust 1.94
- name: Install Rust 1.95
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
- uses: ./.github/actions/cache-rust-build
- name: Build
run: |
Expand Down Expand Up @@ -92,10 +92,10 @@ jobs:
wix_arch: arm64
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Rust 1.94
- name: Install Rust 1.95
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
- uses: ./.github/actions/cache-rust-build
- name: Install WiX
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hf-xet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
sudo apt-get install -y "libpython${py_ver}-dev"
- uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: 1.94.1
toolchain: 1.95.0
- name: Create venv
run: python3 -m venv .venv
- name: Build wheel
Expand Down
59 changes: 54 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ statrs = { version = "0.18", default-features = false }
shellexpand = "3.1"
smol = "2"
static_assertions = "1.1"
sysinfo = "0.38"
sysinfo = "0.39"
tempfile = "3.25"
thiserror = "2.0"
tokio = { version = "1.49" }
Expand Down
57 changes: 53 additions & 4 deletions hf_xet/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading