Skip to content

Commit 3400735

Browse files
renovate[bot]ahl
andauthored
Update Rust to v1.80.0 (#1070)
* Update Rust to v1.80.0 * lint and time --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam H. Leventhal <[email protected]>
1 parent 1b33271 commit 3400735

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

Cargo.lock

Lines changed: 12 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ declare_interior_mutable_const = "warn"
4343
# We'd like to warn on lossy casts in the future, but lossless casts are the
4444
# easiest ones to convert over.
4545
cast_lossless = "warn"
46+
47+
[workspace.lints.rust]
48+
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(usdt_need_asm)', 'cfg(usdt_need_asm_sym)'] }

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# The intent is to keep this updated as new stable versions are relased.
55

66
[toolchain]
7-
channel = "1.79.0"
7+
channel = "1.80.0"
88
profile = "default"

0 commit comments

Comments
 (0)