Skip to content

Update MSRV table in the readme #1438

Update MSRV table in the readme

Update MSRV table in the readme #1438

GitHub Actions / clippy succeeded Nov 30, 2024 in 0s

clippy

2 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 2
Note 0
Help 0

Versions

  • rustc 1.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check warning on line 68 in crates/rust-releases-rust-dist/src/fetch.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated associated function `aws_config::BehaviorVersion::v2023_11_09`: Superceded by v2024_03_28, which enabled stalled stream protection for uploads (request bodies) by default.

warning: use of deprecated associated function `aws_config::BehaviorVersion::v2023_11_09`: Superceded by v2024_03_28, which enabled stalled stream protection for uploads (request bodies) by default.
  --> crates/rust-releases-rust-dist/src/fetch.rs:68:51
   |
68 |             aws_config::defaults(BehaviorVersion::v2023_11_09())
   |                                                   ^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

Check warning on line 68 in crates/rust-releases-rust-dist/src/fetch.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated associated function `aws_config::BehaviorVersion::v2023_11_09`: Superceded by v2024_03_28, which enabled stalled stream protection for uploads (request bodies) by default.

warning: use of deprecated associated function `aws_config::BehaviorVersion::v2023_11_09`: Superceded by v2024_03_28, which enabled stalled stream protection for uploads (request bodies) by default.
  --> crates/rust-releases-rust-dist/src/fetch.rs:68:51
   |
68 |             aws_config::defaults(BehaviorVersion::v2023_11_09())
   |                                                   ^^^^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default