Skip to content

Commit ae57ea1

Browse files
committed
Bump Rust version to 1.7.6
1 parent 77cb557 commit ae57ea1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "aoc"
33
version = "2023.12.25"
44
edition = "2021"
5-
rust-version = "1.75"
5+
rust-version = "1.76"
66

77
[features]
88
frivolity = []
@@ -92,6 +92,7 @@ implicit_clone = "warn"
9292
inconsistent_struct_constructor = "warn"
9393
index_refutable_slice = "warn"
9494
inefficient_to_string = "warn"
95+
infinite_loop = "warn"
9596
inline_always = "warn"
9697
invalid_upcast_comparisons = "warn"
9798
items_after_statements = "warn"
@@ -175,6 +176,7 @@ unchecked_duration_subtraction = "warn"
175176
undocumented_unsafe_blocks = "warn"
176177
unicode_not_nfc = "warn"
177178
unimplemented = "warn"
179+
uninhabited_references = "warn"
178180
uninlined_format_args = "warn"
179181
unnecessary_box_returns = "warn"
180182
unnecessary_fallible_conversions = "warn"

0 commit comments

Comments
 (0)