Skip to content

Commit

Permalink
Merge pull request #1389 from eclipse-zenoh/shared-memory-in-docs
Browse files Browse the repository at this point in the history
Enable `shared-memory` feature on docs.rs
  • Loading branch information
Mallets authored Sep 11, 2024
2 parents d3a0a43 + 5633dee commit efe4675
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@ rustc_version = { workspace = true }
[lib]
name = "zenoh"

# For doc generation on docs.rs, activate the "unstable" feature to generate their documentation
# For doc generation on docs.rs, activate the "unstable" and "shared-memory" feature to generate their documentation
# NOTE: if you change this, also change it in .github/workflows/release.yml in "doc" job.
[package.metadata.docs.rs]
features = ["unstable"]
features = ["unstable", "shared-memory"]
rustdoc-args = ["--cfg", "doc_auto_cfg"]

[package.metadata.deb]
Expand Down

0 comments on commit efe4675

Please sign in to comment.