diff --git a/Cargo.toml b/Cargo.toml index 309132ba..715e6e96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,3 +35,4 @@ opt-level = 3 [workspace.dependencies] cuda_std = { path = "crates/cuda_std" } cuda_builder = { path = "crates/cuda_builder", version = "=0.3.0", default-features = false } +rustc_codegen_nvvm = { path = "crates/rustc_codegen_nvvm", version = "=0.3.0" } diff --git a/tests/compiletests/Cargo.toml b/tests/compiletests/Cargo.toml index d0a41e17..48102ec7 100644 --- a/tests/compiletests/Cargo.toml +++ b/tests/compiletests/Cargo.toml @@ -13,3 +13,4 @@ clap = { version = "4.5", features = ["derive"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } cuda_builder = { workspace = true } +rustc_codegen_nvvm = { workspace = true }