Skip to content

Commit

Permalink
Enable all features on docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasdenH committed Oct 31, 2024
1 parent f76a6b3 commit dffdda3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions iban_validate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ path = "src/lib.rs"

[features]
default = []
# Builds rustdoc links, but requires nightly
intra_rustdoc_links = []

# Enables all features when building documentation
[package.metadata.docs.rs]
features = ["serde"]

[dependencies.serde]
version = "1"
Expand Down

0 comments on commit dffdda3

Please sign in to comment.