Skip to content

Commit 51652aa

Browse files
committed
fix: prefer latest commit
1 parent c08f4dd commit 51652aa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

kernel-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ clap-markdown = "0.1.5"
1616
clap_complete = "4"
1717
eyre = "0.6.12"
1818
git2 = "0.20"
19-
huggingface-hub = { git = "https://github.com/huggingface/huggingface_hub_rust.git", rev = "f97e0a6", package = "huggingface-hub", features = ["blocking", "xet"] }
19+
huggingface-hub = { git = "https://github.com/huggingface/huggingface_hub_rust.git", rev = "c9749ef76a294d5e97acae6b644071e39854aeb8", package = "huggingface-hub", features = ["blocking", "xet"] }
2020
indicatif = "0.17"
2121
itertools = "0.13"
2222
minijinja = "2.5"

nix-builder/pkgs/kernel-builder/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ rustPlatform.buildRustPackage {
5252
cargoLock = {
5353
lockFile = ../../../Cargo.lock;
5454
outputHashes = {
55-
"huggingface-hub-0.0.1" = "sha256-OblvpHKTc3/d4s6WREf6dy492FVbpASvJl6v1Z1mwVM=";
55+
"huggingface-hub-0.0.1" = "sha256-0HjQUEAH/EiG8/1snEWYRteidR+zJq0yct164+6K+IY=";
5656
};
5757
};
5858

0 commit comments

Comments
 (0)