Skip to content

Commit 462c6f1

Browse files
committed
fix: crates.io hash change
1 parent efd9dc4 commit 462c6f1

File tree

3 files changed

+33
-42
lines changed

3 files changed

+33
-42
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ description = "Implementation of ideal unique factorization of quadratic integer
77
repository = "https://github.com/yhx-12243/q"
88

99
[dependencies]
10-
anyhow = { version = "1.0.93", features = ["backtrace"] }
11-
clap = { version = "4.5.21", features = ["derive", "unicode", "wrap_help", "env", "string", "unstable-v5"] }
10+
anyhow = { version = "1.0.94", features = ["backtrace"] }
11+
clap = { version = "4.5.23", features = ["derive", "unicode", "wrap_help", "env", "string", "unstable-v5"] }
1212
clap_derive = { version = "4.5.18", features = ["unstable-v5"] }
1313
hashbrown = { version = "0.15.2", features = ["serde"] }
1414
nix = { version = "0.29.0", features = ["signal"] }
1515
num = { version = "0.4.3", features = ["rand"] }
1616
rand = { version = "0.8.5", features = ["log", "nightly"] }
17-
serde = { version = "1.0.215", features = ["derive"] }
17+
serde = { version = "1.0.216", features = ["derive"] }
1818
serde_json = { version = "1.0.133", features = ["float_roundtrip"] }
1919
smallvec = { version = "1.13.2", features = ["const_new", "may_dangle", "specialization", "union"] }
2020

apply_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def main():
129129
stdlib = args.rustup_path / 'toolchains' / toolchain / 'lib/rustlib/src/rust/library'
130130
assert stdlib.is_dir()
131131

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

135135
cargo_git_dir = args.cargo_path / 'git/checkouts'

0 commit comments

Comments
 (0)