diff --git a/Cargo.toml b/Cargo.toml index dd006e9..2f128cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ [workspace.package] edition = "2021" -version = "0.0.7" +version = "6.2.2000" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/crates/cubecl-hip-sys/Cargo.toml b/crates/cubecl-hip-sys/Cargo.toml index def93be..d92d85c 100644 --- a/crates/cubecl-hip-sys/Cargo.toml +++ b/crates/cubecl-hip-sys/Cargo.toml @@ -12,7 +12,7 @@ version.workspace = true rust-version = "1.81" [features] -default = ["rocm_624"] +default = ["rocm_622"] rocm_622 = [] rocm_624 = []