Skip to content

Commit

Permalink
Merge pull request #282 from crabnebula-dev/fix/docs.rs
Browse files Browse the repository at this point in the history
fix(devtools): docs.rs failing to build
  • Loading branch information
lucasfernog-crabnebula authored May 13, 2024
2 parents 28b2c48 + ae1b88b commit 9a8e1fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ license.workspace = true
repository.workspace = true
links = "tauri-plugin-devtools"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[build-dependencies]
Expand Down

0 comments on commit 9a8e1fd

Please sign in to comment.