Skip to content

Commit

Permalink
Use Wasm target for docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 9, 2023
1 parent 455d556 commit 34aab01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ debug = true

[patch.crates-io]
proptest = { git = "https://github.com/RReverser/proptest", branch = "fix-wasm" }

[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 34aab01

Please sign in to comment.