Skip to content

Breaking dependencies #1297

@quasi-coherent

Description

@quasi-coherent

Describe The Bug

This commit effectively changed the MSRV of cargo-make from 1.81 to 1.88.

To Reproduce

> $ git clone [email protected]:sagiegurari/cargo-make.git && cd cargo-make
> $ git checkout f573e75^
> $ cargo +1.86.0 c
...
...
    Checking attohttpc v0.28.5
    Checking duckscriptsdk v0.11.1
    Checking cargo-make v0.37.24 (/me/tmp/cargo-make)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.14s

> $ git checkout master
> $ cargo + 1.86.0 c
error: rustc 1.86.0 is not supported by the following package:
  [email protected] requires rustc 1.88
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.86.0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions