docs: Fix docs build (#34)
This commit is contained in:
parent
b875e49daf
commit
a9feffea83
|
|
@ -51,7 +51,7 @@ include = [
|
|||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["rpk", "pq-experimental", "underscore-wildcards"]
|
||||
features = ["pq-experimental", "underscore-wildcards"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[features]
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ edition = { workspace = true }
|
|||
rust-version = "1.70"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["rpk", "pq-experimental", "underscore-wildcards"]
|
||||
features = ["pq-experimental", "underscore-wildcards"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[features]
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ An implementation of SSL streams for Tokio backed by BoringSSL
|
|||
"""
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["rpk", "pq-experimental"]
|
||||
features = ["pq-experimental"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Reference in New Issue