From 5d3f5c1b62d7bf29355994f7dce349f8807b2236 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 2 Dec 2024 23:49:20 -0500 Subject: [PATCH] Re-release version 6.2.2 of the bindings with correct crate version --- Cargo.toml | 2 +- crates/cubecl-hip-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = []