Skip to content

Commit 12e1cf9

Browse files
committed
Add back package.metadata.docs.rs for axum-extra
1 parent 914a35a commit 12e1cf9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

axum-extra/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "axum-extra"
1010
readme = "README.md"
1111
repository = "https://github.com/tokio-rs/axum"
12-
version = "0.12.0"
12+
version = "0.12.1"
1313

1414
[features]
1515
default = ["tracing"]
@@ -127,3 +127,6 @@ tracing-subscriber = "0.3.19"
127127

128128
[lints]
129129
workspace = true
130+
131+
[package.metadata.docs.rs]
132+
all-features = true

0 commit comments

Comments
 (0)