From 8ad95bc7df7aea94455b33850519a02daa6bc6d1 Mon Sep 17 00:00:00 2001 From: rdambrosio Date: Mon, 7 Feb 2022 14:50:29 -0500 Subject: [PATCH] Chore: cuda_std 0.2.2 --- crates/cuda_std/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/cuda_std/Cargo.toml b/crates/cuda_std/Cargo.toml index 344a3ea..0a25f7e 100644 --- a/crates/cuda_std/Cargo.toml +++ b/crates/cuda_std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cuda_std" -version = "0.2.1" +version = "0.2.2" edition = "2018" license = "MIT OR Apache-2.0" description = "Standard library for CUDA with rustc_codegen_nvvm"