From 5e79f629a3bed507dba2d2e9c5ca4643812bc623 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 15 Dec 2022 11:07:02 -0500 Subject: [PATCH] readme: switch Cargo.toml dependency version to "1" Getting PRs to update this version when I invariably forget to update it after a release is way too annoying. So just set it to "1". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6cf118..080926e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -bstr = "1.0.1" +bstr = "1" ```