Skip to content

Commit

Permalink
Auto merge of rust-lang#125133 - orlp:faster-rustc-hash, r=<try>
Browse files Browse the repository at this point in the history
[DO NOT MERGE] perf run for rustc-hash candidate

See rust-lang/rustc-hash#37.
  • Loading branch information
bors committed May 14, 2024
2 parents 8387315 + 4484f37 commit 9c2b2da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3449,8 +3449,7 @@ dependencies = [
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
source = "git+https://github.com/orlp/rustc-hash/?branch=faster-hash#d5b36344139e1271104307686bb2f59c2cc4f46b"

[[package]]
name = "rustc-main"
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ strip = true
rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
rustc-std-workspace-alloc = { path = 'library/rustc-std-workspace-alloc' }
rustc-std-workspace-std = { path = 'library/rustc-std-workspace-std' }
rustc-hash = { git = "https://github.com/orlp/rustc-hash/", branch = "faster-hash", features = ["nightly"] }

0 comments on commit 9c2b2da

Please sign in to comment.