Set dev-dependency base64ct version to <1.6.0

This commit is contained in:
Steve Myers 2023-02-28 17:12:49 -06:00
parent 7a8e6609b1
commit b111f97c58
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -112,6 +112,8 @@ base64 = "^0.13"
assert_matches = "1.5.0"
# zip versions after 0.6.3 don't work with our MSRV 1.57.0
zip = "=0.6.3"
# base64ct versions at 1.6.0 and higher have MSRV 1.60.0
base64ct = "<1.6.0"
[[example]]
name = "compact_filters_balance"