diff --git a/.pick_status.json b/.pick_status.json index 4e4c99b5ca2..b7f324967d4 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -6064,7 +6064,7 @@ "description": "meson,nvk: Require rustc-hash 2.0 or later", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "c1f979d84a78bfdd308f107ae6ce3f779d9411bf", "notes": null diff --git a/src/nouveau/compiler/meson.build b/src/nouveau/compiler/meson.build index f5c882bb250..9d87a0d4aeb 100644 --- a/src/nouveau/compiler/meson.build +++ b/src/nouveau/compiler/meson.build @@ -8,6 +8,7 @@ dep_paste = dependency('paste', ) dep_rustc_hash = dependency('rustc-hash', + version: '>= 2.0', fallback: ['rustc-hash', 'dep_rustc_hash'], required: true, )