Skip to content

Error in Makefile (calculating version) #47

@angry-master-yoda

Description

@angry-master-yoda

Line 6.

Now:
version := $(shell grep '^version' Cargo.toml | sed 's/version = "(.*)"/\1/g')

Correct:
version := $(shell grep '^version' Cargo.toml | sed 's/version = "\(.*\)"/\1/g')

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