interprocess icon indicating copy to clipboard operation
interprocess copied to clipboard

Documentation fails to build in crates that depend on interprocess without the tokio feature

Open ealmloff opened this issue 3 years ago • 1 comments

Describe the bug When you run cargo doc on a crate that depends on interprocess without the tokio feature it fails because the tokio feature is not enabled.

To Reproduce

  1. Create an empty crate with this in the cargo.toml:
[dependencies]
interprocess = { version = "1.2.1" }
  1. Run cargo doc

Expected behavior The docs successfully build

Screenshots image

Additional context This was run on Windows 11.

ealmloff avatar Jan 26 '23 20:01 ealmloff

This seems to be fixed on master. It just hasn't been released yet

ealmloff avatar Jan 29 '23 00:01 ealmloff

2.0.0 has been released, closing.

kotauskas avatar Apr 26 '24 18:04 kotauskas