Skip to content

Commit

Permalink
doc: add abi feature for docs.rs of near-contract-standards
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Dec 23, 2024
1 parent 573afc2 commit ee162d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion near-contract-standards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ near-sdk = { path = "../near-sdk", default-features = false, features = [

[features]
default = []
abi = ["near-sdk/abi"]
abi = ["near-sdk/__abi-generate"]

[package.metadata.docs.rs]
features = ["abi"]

0 comments on commit ee162d3

Please sign in to comment.