From 18ae76d099cd88c66b6db9e85062827e3c0cd125 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 40ed395..96bef46 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