Skip to content

versioning Cargo.toml vs env var VERSION #131

Description

@isabelroses

There are conflicting versions in the Cargo.toml here

version = "0.1.1"
and
let env_version = env::var("VERSION").unwrap_or("0.3.0-beta.3".into());

Perhaps env!("CARGO_VERSION") would be better?; unless theres a need to override VERSION easily?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions