Skip to content

Commit

Permalink
ensure docs.rs includes unstable APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Oct 8, 2022
1 parent 406617d commit 2db1a64
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Expand Up @@ -30,10 +30,13 @@ repository = "https://github.com/uuid-rs/uuid"
version = "1.2.0" # remember to update html_root_url in lib.rs

[package.metadata.docs.rs]
features = ["serde", "arbitrary", "slog", "v1", "v3", "v4", "v5"]
rustc-args = ["--cfg", "uuid_unstable"]
rustdoc-args = ["--cfg", "uuid_unstable"]
targets = ["x86_64-unknown-linux-gnu"]
features = ["serde", "arbitrary", "slog", "v1", "v3", "v4", "v5", "v6", "v7", "v8"]

[package.metadata.playground]
features = ["serde", "v1", "v3", "v4", "v5"]
features = ["serde", "v1", "v3", "v4", "v5", "v6", "v7", "v8"]

[badges.is-it-maintained-issue-resolution]
repository = "uuid-rs/uuid"
Expand Down

0 comments on commit 2db1a64

Please sign in to comment.