File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 48
48
cargo update -p hashlink --precise "0.8.2" --verbose # hashlink 0.8.3 requires hashbrown 0.14, requiring 1.64.0
49
49
cargo update -p proptest --precise "1.2.0" --verbose # proptest 1.3.0 requires rustc 1.64.0
50
50
cargo update -p regex --precise "1.9.6" --verbose # regex 1.10.0 requires rustc 1.65.0
51
- cargo update -p home --precise "0.5.5" --verbose # home v0.5.9, requires rustc 1.70 or newer
51
+ cargo update -p home --precise "0.5.5" --verbose # home v0.5.9 requires rustc 1.70 or newer
52
+ cargo update -p reqwest --precise "0.11.24" --verbose # reqwest v0.11.25 requires rustc 1.64 or newer
52
53
- name : Set RUSTFLAGS to deny warnings
53
54
if : " matrix.toolchain == 'stable'"
54
55
run : echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
You can’t perform that action at this time.
0 commit comments