Skip to content

Commit 531c4c5

Browse files
committed
fix: pin the upstream branch because internals may change before merge
1 parent ac5d89d commit 531c4c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

kernel-builder/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
@@ -15,7 +15,7 @@ clap = { version = "4", features = ["derive"] }
1515
clap_complete = "4"
1616
eyre = "0.6.12"
1717
git2 = "0.20"
18-
huggingface-hub = { git = "https://github.com/huggingface/huggingface_hub_rust.git", rev = "8cbc662035e04d4be8e829316272893e980f5926", package = "huggingface-hub", features = ["blocking", "xet"] }
18+
huggingface-hub = { git = "https://github.com/huggingface/huggingface_hub_rust.git", branch = "support-commit-operation-callback", package = "huggingface-hub", features = ["blocking", "xet"] }
1919
indicatif = "0.17"
2020
itertools = "0.13"
2121
minijinja = "2.5"

0 commit comments

Comments
 (0)