zls/src/shared.zig

10 lines
168 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",
};