From 87fc50eead169d64d0848cb6f7de3927c6287ebc Mon Sep 17 00:00:00 2001 From: m4b Date: Sun, 11 Sep 2022 22:57:12 -0700 Subject: [PATCH] docs: update scroll dep example to 0.11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 449b01b..50dde54 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Add to your `Cargo.toml` ```toml, no_test [dependencies] -scroll = "0.10" +scroll = "0.11" ``` ### Overview