Skip to content

Commit

Permalink
Enable 'serialize' feature of merde_time by default, when merde's tim…
Browse files Browse the repository at this point in the history
…e feature is enabled
  • Loading branch information
fasterthanlime committed Nov 20, 2024
1 parent 115518e commit 867ac27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions merde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ merde_yaml = { version = "8.0.1", path = "../merde_yaml", optional = true }
merde_msgpack = { version = "8.0.1", path = "../merde_msgpack", optional = true }
merde_time = { version = "8.0.1", path = "../merde_time", optional = true, features = [
"merde",
"serialize",
"deserialize",
] }
ahash = { version = "0.8.11", optional = true }
Expand Down

0 comments on commit 867ac27

Please sign in to comment.