Skip to content

Commit

Permalink
add the missing rustdoc-args
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Nov 26, 2023
1 parent e395724 commit 840da0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "byte-unit"
version = "5.0.2"
version = "5.0.3"
authors = ["Magic Len <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand Down Expand Up @@ -34,4 +34,5 @@ byte = ["rust_decimal"]
bit = ["rust_decimal"]

[package.metadata.docs.rs]
all-features = true
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 840da0e

Please sign in to comment.