Skip to content

Commit f9842b3

Browse files
committed
chore: Avoid MSRV problems out of the box
1 parent 5e85d68 commit f9842b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ panic = "abort"
9393
panic = "abort"
9494
codegen-units = 1
9595
lto = true
96-
debug = "line-tables-only"
96+
# debug = "line-tables-only" # requires Cargo 1.71
9797

9898
[package]
9999
name = "PROJECT"

0 commit comments

Comments
 (0)