Skip to content

Commit

Permalink
Fix docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Nov 30, 2022
1 parent a2cd965 commit f1d5a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bluer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bluer"
version = "0.15.2"
version = "0.15.3-pre1"
description = "BlueR: official Rust interface to the Linux Bluetooth protocol stack (BlueZ)"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -78,7 +78,7 @@ rand = "0.8"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]

[[example]]
name = "discover_devices"
Expand Down

0 comments on commit f1d5a0f

Please sign in to comment.