Skip to content

Commit

Permalink
readme: switch Cargo.toml dependency version to "1"
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
BurntSushi committed Dec 15, 2022
1 parent 79dec43 commit 5e79f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
bstr = "1.0.1"
bstr = "1"
```


Expand Down

0 comments on commit 5e79f62

Please # to comment.