Bump rustc-hash

This commit is contained in:
Andrzej Janik 2025-09-24 17:13:01 +00:00
commit 78548951f1
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View file

@ -420,7 +420,7 @@ version = "0.0.0"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"rustc-hash 1.1.0", "rustc-hash 2.0.0",
"syn 2.0.89", "syn 2.0.89",
] ]
@ -3706,7 +3706,7 @@ dependencies = [
"paste", "paste",
"ptx", "ptx",
"ptx_parser", "ptx_parser",
"rustc-hash 1.1.0", "rustc-hash 2.0.0",
"serde", "serde",
"serde_json", "serde_json",
"tempfile", "tempfile",
@ -3726,7 +3726,7 @@ dependencies = [
"prettyplease", "prettyplease",
"proc-macro2", "proc-macro2",
"quote", "quote",
"rustc-hash 1.1.0", "rustc-hash 2.0.0",
"syn 2.0.89", "syn 2.0.89",
] ]
@ -3854,7 +3854,7 @@ dependencies = [
"ptx", "ptx",
"ptx_parser", "ptx_parser",
"regex", "regex",
"rustc-hash 1.1.0", "rustc-hash 2.0.0",
"unwrap_or", "unwrap_or",
"wchar", "wchar",
"winapi", "winapi",

View file

@ -8,7 +8,7 @@ edition = "2021"
quote = "1.0" quote = "1.0"
syn = { version = "2.0", features = ["full", "visit-mut", "extra-traits"] } syn = { version = "2.0", features = ["full", "visit-mut", "extra-traits"] }
proc-macro2 = "1.0" proc-macro2 = "1.0"
rustc-hash = "1.1.0" rustc-hash = "2.0.0"
[lib] [lib]
proc-macro = true proc-macro = true

View file

@ -22,7 +22,7 @@ num_enum = "0.4"
lz4-sys = "1.9" lz4-sys = "1.9"
tempfile = "3" tempfile = "3"
paste = "1.0" paste = "1.0"
rustc-hash = "1.1" rustc-hash = "2.0.0"
zluda_common = { path = "../zluda_common" } zluda_common = { path = "../zluda_common" }
blake3 = "1.8.2" blake3 = "1.8.2"
serde = "1.0.219" serde = "1.0.219"

View file

@ -9,6 +9,6 @@ syn = { version = "2.0", features = ["full", "visit-mut"] }
proc-macro2 = "1.0.89" proc-macro2 = "1.0.89"
quote = "1.0" quote = "1.0"
prettyplease = "0.2.25" prettyplease = "0.2.25"
rustc-hash = "1.1.0" rustc-hash = "2.0.0"
libloading = "0.8" libloading = "0.8"
cuda_types = { path = "../cuda_types" } cuda_types = { path = "../cuda_types" }

View file

@ -24,7 +24,7 @@ paste = "1.0"
cuda_macros = { path = "../cuda_macros" } cuda_macros = { path = "../cuda_macros" }
cuda_types = { path = "../cuda_types" } cuda_types = { path = "../cuda_types" }
parking_lot = "0.12.3" parking_lot = "0.12.3"
rustc-hash = "1.1.0" rustc-hash = "2.0.0"
cglue = "0.3.5" cglue = "0.3.5"
zstd-safe = { version = "7.2.4", features = ["std"] } zstd-safe = { version = "7.2.4", features = ["std"] }
unwrap_or = "1.0.1" unwrap_or = "1.0.1"