mirror of
https://github.com/neovim/neovim.git
synced 2026-04-05 23:28:31 +00:00
Merge pull request #38741 from dchinmay2/push-qzzkxtlkrquz
build(zig): update version
This commit is contained in:
@@ -8,13 +8,13 @@ const tests = @import("test/run_tests.zig");
|
||||
|
||||
const version = struct {
|
||||
const major = 0;
|
||||
const minor = 12;
|
||||
const minor = 13;
|
||||
const patch = 0;
|
||||
const prerelease = "-dev";
|
||||
|
||||
const api_level = 14;
|
||||
const api_level_compat = 0;
|
||||
const api_prerelease = true;
|
||||
const api_prerelease = false;
|
||||
};
|
||||
|
||||
pub const SystemIntegrationOptions = packed struct {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.{
|
||||
.name = .neovim,
|
||||
.fingerprint = 0x66eb090879307a38,
|
||||
.version = "0.12.0",
|
||||
.version = "0.13.0",
|
||||
.minimum_zig_version = "0.15.2",
|
||||
|
||||
.dependencies = .{
|
||||
|
||||
Reference in New Issue
Block a user