Skip to content

Commit a79604a

Browse files
committed
Fix docs.rs issue
1 parent 3887611 commit a79604a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2024"
44
license = "MIT"
55
name = "axum-client-ip"
66
repository = "https://github.com/imbolc/axum-client-ip"
7-
version = "1.3.0"
7+
version = "1.3.1"
88

99
[package.metadata.docs.rs]
1010
all-features = true

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
21
#![doc = include_str!("../README.md")]
32
#[cfg(feature = "connect-info")]
43
use std::net::SocketAddr;

0 commit comments

Comments
 (0)