Skip to content

[CI] Fix MSRV failure due to async-lock (or bump MSRV to 1.84 to get MSRV-aware resolver) #1077

@jlizen

Description

@jlizen
error: rustc 1.82.0 is not supported by the following package:
  async-lock@3.4.2 requires rustc 1.85
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.82.0

example: https://github.com/aws/aws-lambda-rust-runtime/actions/runs/20501347843/job/58977029559?pr=1067

Looks like we implicitly picked up a newer version that bumped MSRV: smol-rs/async-lock#103

I thought we were using the MSRV-aware resolver...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions