From: Steve Myers Date: Tue, 28 Feb 2023 23:12:49 +0000 (-0600) Subject: Set dev-dependency base64ct version to <1.6.0 X-Git-Tag: v0.27.2~3 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=b111f97c5877ae5061707eadc08d873788575444;p=bdk Set dev-dependency base64ct version to <1.6.0 --- diff --git a/Cargo.toml b/Cargo.toml index 18fcfef6..85a14741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"