Skip to content

Commit 5e79f62

Browse files
committed
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".
1 parent 79dec43 commit 5e79f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add this to your `Cargo.toml`:
2929

3030
```toml
3131
[dependencies]
32-
bstr = "1.0.1"
32+
bstr = "1"
3333
```
3434

3535

0 commit comments

Comments
 (0)