Skip to content

fix: avoid hard-coding release version in install scripts #84

Description

@ekkolon

Currently, all install scripts rely on hard-coded release versions to construct the GitHub release URL. This approach is not ideal, as it requires manual updates to the version after every release. This increases the risk of human error and could lead to inconsistencies or invalid release versions being specified.

To address this, we should parse the Cargo.toml file and extract the latest release version directly from it. This will automate version management in the install scripts and reduce the likelihood of mistakes, ensuring the correct release version is always used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions