Skip to content

Commit

Permalink
Contracts update doc.rs metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Feb 8, 2024
1 parent 2556e33 commit e6dd8e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions substrate/frame/contracts/uapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ scale = { package = "parity-scale-codec", version = "3.6.1", default-features =
[target.'cfg(target_arch = "riscv32")'.dependencies]
polkavm-derive = '0.5.0'

[package.metadata.docs.rs]
targets = ["wasm32-unknown-unknown", "x86_64-unknown-linux-gnu"]

[features]
default = ["scale"]
scale = ["dep:scale", "scale-info"]

0 comments on commit e6dd8e7

Please sign in to comment.