Skip to content

Commit fbc5771

Browse files
committed
fix: prefer the published rc
1 parent 015ebd1 commit fbc5771

6 files changed

Lines changed: 4 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 2 deletions
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-
hf-hub = { git = "https://github.com/huggingface/hf-hub.git", rev = "18dfe58f2d1ed3779428b670ab8e407bc336c168", features = ["blocking"] }
19+
hf-hub = { version = "1.0.0-rc.0", features = ["blocking"] }
2020
itertools = "0.13"
2121
minijinja = "2.5"
2222
minijinja-embed = "2.5"

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ rustPlatform.buildRustPackage {
3232

3333
cargoLock = {
3434
lockFile = ../../../Cargo.lock;
35-
outputHashes = {
36-
"hf-hub-1.0.0" = "sha256-oCMBxgqSpSwnaP1fJKyleHA+4o9D19Nx1tz0mjZdgHk=";
37-
};
3835
};
3936

4037
cargoBuildFlags = cargoFlags;

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ rustPlatform.buildRustPackage {
5151

5252
cargoLock = {
5353
lockFile = ../../../Cargo.lock;
54-
outputHashes = {
55-
"hf-hub-1.0.0" = "sha256-oCMBxgqSpSwnaP1fJKyleHA+4o9D19Nx1tz0mjZdgHk=";
56-
};
5754
};
5855

5956
cargoBuildFlags = cargoFlags;

nix-builder/pkgs/python-modules/kernel-abi-check/default.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ buildPythonPackage {
3636

3737
cargoDeps = rustPlatform.importCargoLock {
3838
lockFile = ../../../../Cargo.lock;
39-
outputHashes = {
40-
"hf-hub-1.0.0" = "sha256-oCMBxgqSpSwnaP1fJKyleHA+4o9D19Nx1tz0mjZdgHk=";
41-
};
4239
};
4340

4441
maturinBuildFlags = cargoFlags;

nix-builder/pkgs/python-modules/kernels-data/default.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ buildPythonPackage {
3434

3535
cargoDeps = rustPlatform.importCargoLock {
3636
lockFile = ../../../../Cargo.lock;
37-
outputHashes = {
38-
"hf-hub-1.0.0" = "sha256-oCMBxgqSpSwnaP1fJKyleHA+4o9D19Nx1tz0mjZdgHk=";
39-
};
4037
};
4138

4239
maturinBuildFlags = cargoFlags;

0 commit comments

Comments
 (0)