Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/book' into book
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jun 23, 2023
2 parents e9a4098 + 80846c3 commit 2e19bbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions logos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]

[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
logos-derive = { version = "0.13.0", path = "../logos-derive", optional = true }

Expand Down

0 comments on commit 2e19bbe

Please # to comment.