these flags are new

This commit is contained in:
2024-01-31 14:55:19 +01:00
parent 66ae83c0ce
commit 7200e10250

@ -52,5 +52,6 @@ serde = ["dep:serde", "chrono/serde"]
alloc = ["postcard/alloc", "chrono/alloc"] alloc = ["postcard/alloc", "chrono/alloc"]
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true features = ["derive", "rc", "unstable"]
rustdoc-args = ["--cfg", "doc_cfg"] targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]