mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-29 20:59:08 +00:00
Bump rustc-hash
This commit is contained in:
parent
a1890e87c3
commit
78548951f1
5 changed files with 8 additions and 8 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -420,7 +420,7 @@ version = "0.0.0"
|
|||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"rustc-hash 1.1.0",
|
||||
"rustc-hash 2.0.0",
|
||||
"syn 2.0.89",
|
||||
]
|
||||
|
||||
|
@ -3706,7 +3706,7 @@ dependencies = [
|
|||
"paste",
|
||||
"ptx",
|
||||
"ptx_parser",
|
||||
"rustc-hash 1.1.0",
|
||||
"rustc-hash 2.0.0",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tempfile",
|
||||
|
@ -3726,7 +3726,7 @@ dependencies = [
|
|||
"prettyplease",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"rustc-hash 1.1.0",
|
||||
"rustc-hash 2.0.0",
|
||||
"syn 2.0.89",
|
||||
]
|
||||
|
||||
|
@ -3854,7 +3854,7 @@ dependencies = [
|
|||
"ptx",
|
||||
"ptx_parser",
|
||||
"regex",
|
||||
"rustc-hash 1.1.0",
|
||||
"rustc-hash 2.0.0",
|
||||
"unwrap_or",
|
||||
"wchar",
|
||||
"winapi",
|
||||
|
|
|
@ -8,7 +8,7 @@ edition = "2021"
|
|||
quote = "1.0"
|
||||
syn = { version = "2.0", features = ["full", "visit-mut", "extra-traits"] }
|
||||
proc-macro2 = "1.0"
|
||||
rustc-hash = "1.1.0"
|
||||
rustc-hash = "2.0.0"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
|
|
@ -22,7 +22,7 @@ num_enum = "0.4"
|
|||
lz4-sys = "1.9"
|
||||
tempfile = "3"
|
||||
paste = "1.0"
|
||||
rustc-hash = "1.1"
|
||||
rustc-hash = "2.0.0"
|
||||
zluda_common = { path = "../zluda_common" }
|
||||
blake3 = "1.8.2"
|
||||
serde = "1.0.219"
|
||||
|
|
|
@ -9,6 +9,6 @@ syn = { version = "2.0", features = ["full", "visit-mut"] }
|
|||
proc-macro2 = "1.0.89"
|
||||
quote = "1.0"
|
||||
prettyplease = "0.2.25"
|
||||
rustc-hash = "1.1.0"
|
||||
rustc-hash = "2.0.0"
|
||||
libloading = "0.8"
|
||||
cuda_types = { path = "../cuda_types" }
|
||||
|
|
|
@ -24,7 +24,7 @@ paste = "1.0"
|
|||
cuda_macros = { path = "../cuda_macros" }
|
||||
cuda_types = { path = "../cuda_types" }
|
||||
parking_lot = "0.12.3"
|
||||
rustc-hash = "1.1.0"
|
||||
rustc-hash = "2.0.0"
|
||||
cglue = "0.3.5"
|
||||
zstd-safe = { version = "7.2.4", features = ["std"] }
|
||||
unwrap_or = "1.0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue