]> Untitled Git - bdk/commitdiff
Set dev-dependency base64ct version to <1.6.0
authorSteve Myers <steve@notmandatory.org>
Tue, 28 Feb 2023 23:12:49 +0000 (17:12 -0600)
committerSteve Myers <steve@notmandatory.org>
Tue, 7 Mar 2023 02:43:31 +0000 (20:43 -0600)
Cargo.toml

index 18fcfef6228ddfb187fb57226d228dceaef76ec7..85a147417d6fd7ee388ecc9e85aa3242a706083c 100644 (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"