Skip to content

Kani doesn't work with Rust versions below 1.77 #3967

@clubby789

Description

@clubby789
cargo +1.76 new demo
cd demo
cargo +1.76 kani

This results in the error

error: expected a version like "1.32"
error: Failed to execute cargo (exit status: 101). Found 0 compilation errors.

#3593 uses the package ID from cargo metadata as the argument to -p, but before the package ID spec was stabilized in 1.77, the package ID couldn't be used in this way.

Feel free to close if supporting older Rust versions is not desired

Metadata

Metadata

Assignees

No one assigned

    Labels

    [C] Feature / EnhancementA new feature request or enhancement to an existing feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions