Skip to content

Commit 4bc0d59

Browse files
workingjubileegitbot
authored and
gitbot
committed
Rollup merge of rust-lang#135110 - matthiaskrgr:adler, r=workingjubilee
library: fix adler{ -> 2}.debug Fixes ``` Checking stage0 library artifacts {alloc, core, panic_abort, panic_unwind, proc_macro, std, sysroot, test, unwind} (x86_64-unknown-linux-gnu) warning: profile package spec `adler` in profile `release` did not match any packages Did you mean `adler2`? ``` r? `@bjorn3`
2 parents 79903f9 + 7923bb5 commit 4bc0d59

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
@@ -32,7 +32,7 @@ codegen-units = 10000
3232
[profile.release.package]
3333
addr2line.debug = 0
3434
addr2line.opt-level = "s"
35-
adler.debug = 0
35+
adler2.debug = 0
3636
gimli.debug = 0
3737
gimli.opt-level = "s"
3838
miniz_oxide.debug = 0

0 commit comments

Comments
 (0)