File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v4
23- - run : rustup default 1.88
23+ - run : rustup default 1.89
2424 - run : cargo test
2525
2626 test-nightly :
Original file line number Diff line number Diff line change 1818 url : ${{ steps.deployment.outputs.page_url }}
1919 steps :
2020 - uses : actions/checkout@v4
21- - run : rustup default 1.88
21+ - run : rustup default 1.89
2222 - run : cargo doc
2323 env :
2424 RUSTDOCFLAGS : " --document-private-items --default-theme=ayu --deny warnings"
Original file line number Diff line number Diff line change 22name = " aoc"
33version = " 2024.12.25"
44edition = " 2024"
5- rust-version = " 1.88 "
5+ rust-version = " 1.89 "
66
77[features ]
88frivolity = []
@@ -140,6 +140,7 @@ integer_division = "allow"
140140integer_division_remainder_used = " allow"
141141into_iter_without_iter = " warn"
142142invalid_upcast_comparisons = " warn"
143+ ip_constant = " warn"
143144items_after_statements = " warn"
144145iter_filter_is_ok = " warn"
145146iter_filter_is_some = " warn"
@@ -213,6 +214,7 @@ panic_in_result_fn = "warn"
213214partial_pub_fields = " warn"
214215pathbuf_init_then_push = " warn"
215216pattern_type_mismatch = " allow"
217+ pointer_format = " warn"
216218precedence_bits = " warn"
217219print_stderr = " allow"
218220print_stdout = " allow"
You can’t perform that action at this time.
0 commit comments