Skip to content

Commit f207e4e

Browse files
committed
Feat: cg_nvvm 0.2.3
1 parent 78ee67c commit f207e4e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

crates/rustc_codegen_nvvm/Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "rustc_codegen_nvvm"
3-
version = "0.2.2"
4-
authors = ["Riccardo D'Ambrosio <[email protected]>", "The Rust Project Developers"]
3+
version = "0.2.3"
4+
authors = [
5+
"Riccardo D'Ambrosio <[email protected]>",
6+
"The Rust Project Developers",
7+
]
58
edition = "2018"
69
license = "MIT OR Apache-2.0"
710
description = "A codegen backend for Rustc which targets the libnvvm CUDA library"

0 commit comments

Comments
 (0)