Skip to content

Commit f462ac1

Browse files
committed
Merge #2166: fix(ci): pin required icu_* deps for 1.85.0
cc7cac9 fix(ci): pin required `icu_*` deps for 1.85.0 (Leonardo Lima) Pull request description: ### Description It fixes the 1.85.0 MSRV CI step, by pinning the following: - icu_normalizer to "2.1.1" - icu_provider to "2.1.1" - icu_locale_core to "2.1.1" ### Changelog notice ``` ### Changed - fix(ci): pin required `icu_*` dependencies for 1.85.0 supported MSRV. ``` ### Checklists #### All Submissions: * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) ACKs for top commit: luisschwab: ACK cc7cac9 Tree-SHA512: 707a6ca21662fd63a7f8896e55d763df2c006baf3efb2759abf64eb0414d4d3cdcadbb054d88104f270eb3987cb1c90ae5a5e18707ef426b8ecefe6b569d16e2
2 parents a6bcfdf + cc7cac9 commit f462ac1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/pin-msrv.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ set -euo pipefail
1010
# cargo clean
1111
# rustup override set 1.85.0
1212

13-
# e.g cargo update -p home --precise "0.5.11"
13+
cargo update -p icu_normalizer --precise "2.1.1"
14+
cargo update -p icu_provider --precise "2.1.1"
15+
cargo update -p icu_locale_core --precise "2.1.1"

0 commit comments

Comments
 (0)