From 3b9c92ea8a498caa4f81a5b3c10a30e61e31c92f Mon Sep 17 00:00:00 2001 From: Violet Date: Wed, 30 Jul 2025 19:45:32 +0000 Subject: [PATCH] Fix typo --- zluda_common/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zluda_common/Cargo.toml b/zluda_common/Cargo.toml index 9c033cf..8258e83 100644 --- a/zluda_common/Cargo.toml +++ b/zluda_common/Cargo.toml @@ -5,5 +5,5 @@ authors = ["Violet "] edition = "2021" [dependencies] -cuda_types = { "0.0.0", path = "../cuda_types" } -hip_runtime-sys = { "0.0.0", path = "../ext/hip_runtime-sys" } +cuda_types = { path = "../cuda_types" } +hip_runtime-sys = { path = "../ext/hip_runtime-sys" }