We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
serde_with-3
1 parent c278f6c commit a87ed8fCopy full SHA for a87ed8f
src/datetime.rs
@@ -16,7 +16,7 @@ use time::format_description::well_known::Rfc3339;
16
#[cfg(feature = "chrono-0_4")]
17
use chrono::{LocalResult, TimeZone, Utc};
18
#[cfg(all(
19
- feature = "serde_with",
+ any(feature = "serde_with", feature = "serde_with-3"),
20
any(feature = "chrono-0_4", feature = "time-0_3")
21
))]
22
use serde::{Deserialize, Deserializer, Serialize};
0 commit comments