Skip to content

Commit 2124238

Browse files
committed
Enable serde feature of chrono dependency in restate-types
1 parent 31716d7 commit 2124238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bytes = { workspace = true }
3939
bytestring = { workspace = true }
4040
bilrost = { workspace = true, features = ["bytestring"] }
4141
bincode = { workspace = true, default-features = false, features = ["std", "serde"] }
42-
chrono = { workspace = true }
42+
chrono = { workspace = true, features = ["serde"] }
4343
clap = { workspace = true, features = ["std", "derive", "env"], optional = true }
4444
codederror = { workspace = true }
4545
dashmap = { workspace = true }

0 commit comments

Comments
 (0)