Skip to content

Commit d8fa2bd

Browse files
dependabot-preview[bot]sunjay
authored andcommitted
Update bitvec requirement from 0.19 to 0.20
Updates the requirements on [bitvec](https://github.com/myrrlyn/bitvec) to permit the latest version. - [Release notes](https://github.com/myrrlyn/bitvec/releases) - [Changelog](https://github.com/myrrlyn/bitvec/blob/develop/CHANGELOG.md) - [Commits](https://github.com/myrrlyn/bitvec/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 4e983aa commit d8fa2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ features = [
7676
# Dependencies used when developing `turtle` directly, but not when using it as
7777
# a library.
7878
[dev-dependencies]
79-
bitvec = "0.19"
79+
bitvec = "0.20"
8080

8181
# Since the debug performance of turtle isn't all that great, we recommend that
8282
# every user of turtle add the following to their Cargo.toml

0 commit comments

Comments
 (0)