From 3ace57d02f1f3ffb78b54e57977105208cf7cb57 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Tue, 16 Apr 2024 08:19:02 +0200 Subject: [PATCH] Remove example of how to set `filter-by-regex` feature --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index a58b166..08528d7 100644 --- a/README.md +++ b/README.md @@ -150,11 +150,6 @@ environment variable to select them. The environment variable is called `CHRONO_TZ_TIMEZONE_FILTER` and is a regular expression. It should be specified in your top-level build: -```toml -[dependencies] -chrono-tz = { version = "0.6", features = [ "filter-by-regex" ] } -``` - ```sh CHRONO_TZ_TIMEZONE_FILTER="(Europe/London|US/.*)" cargo build ```