Skip to content

Commit

Permalink
Remove example of how to set filter-by-regex feature
Browse files Browse the repository at this point in the history
  • Loading branch information
pitdicker committed Apr 23, 2024
1 parent c01ad78 commit 3ace57d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 3ace57d

Please sign in to comment.