Skip to content

Commit dc8dd46

Browse files
committed
chore(deps): pin xet-core to 40f95307
Replace branch = "main" with a specific rev so cargo doesn't re-resolve to whatever HEAD happens to be when CI builds. Pinning to the merge commit of the file_chunk_hashes + compose feature keeps the dependency reproducible.
1 parent 5b47a8c commit dc8dd46

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ categories = ["filesystem", "command-line-utilities"]
1010

1111
[dependencies]
1212
# xet-core crates
13-
xet-client = { git = "https://github.com/huggingface/xet-core.git", branch = "main" }
14-
xet-core-structures = { git = "https://github.com/huggingface/xet-core.git", branch = "main" }
15-
xet-data = { git = "https://github.com/huggingface/xet-core.git", branch = "main" }
16-
xet-runtime = { git = "https://github.com/huggingface/xet-core.git", branch = "main" }
13+
xet-client = { git = "https://github.com/huggingface/xet-core.git", rev = "40f9530753e48f9517b5ad09e2339df7059d8de4" }
14+
xet-core-structures = { git = "https://github.com/huggingface/xet-core.git", rev = "40f9530753e48f9517b5ad09e2339df7059d8de4" }
15+
xet-data = { git = "https://github.com/huggingface/xet-core.git", rev = "40f9530753e48f9517b5ad09e2339df7059d8de4" }
16+
xet-runtime = { git = "https://github.com/huggingface/xet-core.git", rev = "40f9530753e48f9517b5ad09e2339df7059d8de4" }
1717

1818
# External crates
1919
async-trait = "0.1"

0 commit comments

Comments
 (0)