Skip to content

Commit

Permalink
fix: crates.io hash change
Browse files Browse the repository at this point in the history
  • Loading branch information
yhx-12243 committed Dec 15, 2024
1 parent efd9dc4 commit 462c6f1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 42 deletions.
67 changes: 29 additions & 38 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ description = "Implementation of ideal unique factorization of quadratic integer
repository = "https://github.com/yhx-12243/q"

[dependencies]
anyhow = { version = "1.0.93", features = ["backtrace"] }
clap = { version = "4.5.21", features = ["derive", "unicode", "wrap_help", "env", "string", "unstable-v5"] }
anyhow = { version = "1.0.94", features = ["backtrace"] }
clap = { version = "4.5.23", features = ["derive", "unicode", "wrap_help", "env", "string", "unstable-v5"] }
clap_derive = { version = "4.5.18", features = ["unstable-v5"] }
hashbrown = { version = "0.15.2", features = ["serde"] }
nix = { version = "0.29.0", features = ["signal"] }
num = { version = "0.4.3", features = ["rand"] }
rand = { version = "0.8.5", features = ["log", "nightly"] }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = { version = "1.0.133", features = ["float_roundtrip"] }
smallvec = { version = "1.13.2", features = ["const_new", "may_dangle", "specialization", "union"] }

Expand Down
2 changes: 1 addition & 1 deletion apply_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def main():
stdlib = args.rustup_path / 'toolchains' / toolchain / 'lib/rustlib/src/rust/library'
assert stdlib.is_dir()

crates_io = args.cargo_path / 'registry/src/index.crates.io-6f17d22bba15001f'
crates_io = args.cargo_path / 'registry/src/index.crates.io-1949cf8c6b5b557f'
assert crates_io.is_dir()

cargo_git_dir = args.cargo_path / 'git/checkouts'
Expand Down

0 comments on commit 462c6f1

Please sign in to comment.