File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 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
1717# Starting with version 0.5.11, the `home` crate has an MSRV of rustc 1.81.0.
1818[ " $RUSTC_MINOR_VERSION " -lt 81 ] && cargo update -p home --precise " 0.5.9" --verbose
1919
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
2522
2623export RUST_BACKTRACE=1
2724
You can’t perform that action at this time.
0 commit comments