From 8284efad9a36df4f5c0d74c1d6a2371eb37126e8 Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Sat, 8 Jul 2023 18:52:08 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5335e5a..61459db 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add following lines to your `Cargo.toml`: ```toml [dependencies] -libflate = "1" +libflate = "2" ``` An Example