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 20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- uses : actions/checkout@v4
23
- - run : rustup default 1.88
23
+ - run : rustup default 1.89
24
24
- run : cargo test
25
25
26
26
test-nightly :
Original file line number Diff line number Diff line change 18
18
url : ${{ steps.deployment.outputs.page_url }}
19
19
steps :
20
20
- uses : actions/checkout@v4
21
- - run : rustup default 1.88
21
+ - run : rustup default 1.89
22
22
- run : cargo doc
23
23
env :
24
24
RUSTDOCFLAGS : " --document-private-items --default-theme=ayu --deny warnings"
Original file line number Diff line number Diff line change 2
2
name = " aoc"
3
3
version = " 2024.12.25"
4
4
edition = " 2024"
5
- rust-version = " 1.88 "
5
+ rust-version = " 1.89 "
6
6
7
7
[features ]
8
8
frivolity = []
@@ -140,6 +140,7 @@ integer_division = "allow"
140
140
integer_division_remainder_used = " allow"
141
141
into_iter_without_iter = " warn"
142
142
invalid_upcast_comparisons = " warn"
143
+ ip_constant = " warn"
143
144
items_after_statements = " warn"
144
145
iter_filter_is_ok = " warn"
145
146
iter_filter_is_some = " warn"
@@ -213,6 +214,7 @@ panic_in_result_fn = "warn"
213
214
partial_pub_fields = " warn"
214
215
pathbuf_init_then_push = " warn"
215
216
pattern_type_mismatch = " allow"
217
+ pointer_format = " warn"
216
218
precedence_bits = " warn"
217
219
print_stderr = " allow"
218
220
print_stdout = " allow"
You can’t perform that action at this time.
0 commit comments