File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,8 @@ PIN_RELEASE_DEPS # pin the release dependencies
17
17
# Starting with version 0.5.11, the `home` crate has an MSRV of rustc 1.81.0.
18
18
[ " $RUSTC_MINOR_VERSION " -lt 81 ] && cargo update -p home --precise " 0.5.9" --verbose
19
19
20
- # Starting with version 0.7.5, the `litemap` crate has an MSRV of rustc 1.81.0.
21
- [ " $RUSTC_MINOR_VERSION " -lt 81 ] && cargo update -p litemap --precise " 0.7.4" --verbose
22
-
23
- # Starting with version 0.1.6, the `zerofrom` crate has an MSRV of rustc 1.81.0.
24
- [ " $RUSTC_MINOR_VERSION " -lt 81 ] && cargo update -p zerofrom --precise " 0.1.5" --verbose
20
+ # Starting with version 1.2.0, the `idna_adapter` crate has an MSRV of rustc 1.81.0.
21
+ [ " $RUSTC_MINOR_VERSION " -lt 81 ] && cargo update -p idna_adapter --precise " 1.1.0" --verbose
25
22
26
23
export RUST_BACKTRACE=1
27
24
You can’t perform that action at this time.
0 commit comments