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.
1 parent 31716d7 commit 2124238Copy full SHA for 2124238
crates/types/Cargo.toml
@@ -39,7 +39,7 @@ bytes = { workspace = true }
39
bytestring = { workspace = true }
40
bilrost = { workspace = true, features = ["bytestring"] }
41
bincode = { workspace = true, default-features = false, features = ["std", "serde"] }
42
-chrono = { workspace = true }
+chrono = { workspace = true, features = ["serde"] }
43
clap = { workspace = true, features = ["std", "derive", "env"], optional = true }
44
codederror = { workspace = true }
45
dashmap = { workspace = true }
0 commit comments