From bd3afd5fdcea117972255d7cbc0869b61e0c8774 Mon Sep 17 00:00:00 2001 From: Paul Dicker Date: Tue, 16 Apr 2024 08:19:02 +0200 Subject: [PATCH] Update version in chrono-tz readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a58b166..d8702c1 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ build: ```toml [dependencies] -chrono-tz = { version = "0.6", features = [ "filter-by-regex" ] } +chrono-tz = { version = "0.9", features = [ "filter-by-regex" ] } ``` ```sh