Skip to content

Commit

Permalink
Add all features docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-neko committed Apr 3, 2024
1 parent 850faf7 commit a613435
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ keywords = ["claude", "rest", "api", "client", "machine-learning"]
[lib]
path = "src/lib.rs"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
macros = ["dep:clust_macros"]
Expand Down
2 changes: 1 addition & 1 deletion clust_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clust_macros"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Mochineko <[email protected]>"]
rust-version = "1.76"
Expand Down

0 comments on commit a613435

Please sign in to comment.