Skip to content

Commit ee8e5ee

Browse files
committed
Fix doc_cfg not being enabled
Signed-off-by: kanpov <karpovanton729@gmail.com>
1 parent d09e47b commit ee8e5ee

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-client-sockets"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
license = "MIT"
66
description = "A Hyper client library allowing access to Unix, VSock and Firecracker sockets"

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg_attr(docsrs, feature(doc_cfg))]
2+
13
#[cfg(any(feature = "unix", feature = "vsock", feature = "firecracker"))]
24
use std::future::Future;
35

0 commit comments

Comments
 (0)