Skip to content

Commit

Permalink
fix: Declare time dependency with formatting feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarek-kindred committed Oct 29, 2023
1 parent edfef38 commit 7429f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/talos_certifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async-trait = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }

time = { version = "0.3.30" }
time = { version = "0.3.30", features = ["formatting"]}

# Error
thiserror = "1.0.31"
Expand Down

0 comments on commit 7429f6d

Please sign in to comment.