From be7c1c43f264699f956b70ce8e29941bd1e61bde Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Mon, 17 Jun 2024 09:18:46 +1000 Subject: [PATCH] point readme version to 1.5.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f717d8..93edbe8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Add the following dependency to your Cargo manifest... ```toml [dependencies] -lazy_static = "1.4.0" +lazy_static = "1.5.0" ``` ...and see the [docs](https://docs.rs/lazy_static) for how to use it.