Skip to content

Support project-defined zig versions using build.zig.zon's minimum_zig_version #3

@paperclover

Description

@paperclover

Zig projects with dependencies will have a build.zig.zon

.{
    // ...

    // This field is optional.
    // This is currently advisory only; Zig does not yet do anything
    // with this value.
    .minimum_zig_version = "0.13.0",

    // ...
}

It would be nice to use this as a source for a compiler version.

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