Skip to content

Commit e1a0dcb

Browse files
committed
Update version for crates.io and fix clippy issues.
1 parent aa8eaf4 commit e1a0dcb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opencl-sys"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = ["Ken Barker <ken.barker@via-technology.aero>"]
55
description = "OpenCL C FFI bindings for the Rust programming language."
66
documentation = "https://docs.rs/opencl-sys/"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//! [OpenCL C language headers](https://github.com/KhronosGroup/OpenCL-Headers),
2727
//! see the [OpenCL Resource Guide](https://www.khronos.org/opencl/resources).
2828
//!
29-
//! The static API for OpenCL versions and extensions is controlled by Rust features
29+
//! The static API for `OpenCL` versions and extensions is controlled by Rust features
3030
//! such as "`static`", "`CL_VERSION_2_0`" and "`cl_khr_gl_sharing`".
3131
//!
3232
//! Rust deprecation warnings are given for `OpenCL` API functions that are

0 commit comments

Comments
 (0)