From 8b6d4a223d89fb96c4f439eb71d510cba49e3194 Mon Sep 17 00:00:00 2001 From: Robert Bastian <4706271+robertbastian@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:20:54 +0200 Subject: [PATCH] run --- utils/resb/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/resb/Cargo.toml b/utils/resb/Cargo.toml index fecdd15f662..b5277a3dc05 100644 --- a/utils/resb/Cargo.toml +++ b/utils/resb/Cargo.toml @@ -47,3 +47,5 @@ required-features = ["serialize", "text"] [[example]] name = "time_zone_rule" +# run in `cargo test` +harness = false