1 parent 3887611 commit a79604aCopy full SHA for a79604a
2 files changed
Cargo.toml
@@ -4,7 +4,7 @@ edition = "2024"
4
license = "MIT"
5
name = "axum-client-ip"
6
repository = "https://github.com/imbolc/axum-client-ip"
7
-version = "1.3.0"
+version = "1.3.1"
8
9
[package.metadata.docs.rs]
10
all-features = true
src/lib.rs
@@ -1,4 +1,3 @@
1
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
2
#![doc = include_str!("../README.md")]
3
#[cfg(feature = "connect-info")]
use std::net::SocketAddr;
0 commit comments