From 4484f3742f0a43668b39c4f2f5251fda56fbe087 Mon Sep 17 00:00:00 2001 From: Orson Peters Date: Wed, 15 May 2024 00:56:36 +0200 Subject: [PATCH] [DO NOT MERGE] perf run for rustc-hash candidate --- Cargo.lock | 3 +-- Cargo.toml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df4e4f326135e..8bb26f6d35008 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index a601ebf4369e0..16bba42b98386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }