From 0a412148270d58a3a9f6bf966a237164ed5c6db9 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 9 Dec 2024 13:30:37 -0500 Subject: [PATCH] Bump version to 6.2.2002 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5db2dcf..d55a564 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" [[package]] name = "cubecl-hip-sys" -version = "6.2.2001" +version = "6.2.2002" dependencies = [ "libc", "rstest", diff --git a/Cargo.toml b/Cargo.toml index 71a010d..2f1e234 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ [workspace.package] edition = "2021" -version = "6.2.2001" +version = "6.2.2002" license = "MIT OR Apache-2.0" readme = "README.md"