From 3a78bcf7ab4f4b594c0b55290afe42a50b6a295f Mon Sep 17 00:00:00 2001 From: Sam Clements Date: Sat, 18 Mar 2023 20:11:22 +0000 Subject: [PATCH] Add missing required-features to example --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0e00937..8ed38a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,3 +47,7 @@ required-features = ["timestamps"] [[example]] name = "timestamps_utc_offset" required-features = ["timestamps"] + +[[example]] +name = "timestamps_format" +required-features = ["timestamps"]