zls/src/shared.zig

11 lines
182 B
Zig
Raw Normal View History

2021-10-02 06:37:11 +01:00
//! Specifically shared between both build.zig and main app code.
pub const ZigVersion = enum {
master,
@"0.7.0",
@"0.7.1",
@"0.8.0",
@"0.8.1",
2021-12-30 00:06:10 +00:00
@"0.9.0",
2021-10-02 06:37:11 +01:00
};