Skip to content

Commit

Permalink
Enable feature(doc_cfg) on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
SludgePhD committed May 29, 2024
1 parent 09ddad6 commit c1979b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fev"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "0BSD"
description = "High-level VA-API bindings"
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
//!
//! See [`Display`][display::Display] for the main entry point into the library.
#![cfg_attr(docsrs, feature(doc_cfg))]

#[macro_use]
mod macros;
mod dlopen;
Expand Down

0 comments on commit c1979b4

Please sign in to comment.