From 056c785f4ede2264303049dd6291b9b8bad7fc82 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 6 May 2024 12:47:16 -0400 Subject: [PATCH] zig: Bump to v0.1.2 (#11447) This PR bumps the Zig extension to v0.1.2. Changes: - https://github.com/zed-industries/zed/pull/11409 Release Notes: - N/A --- Cargo.lock | 2 +- extensions/zig/Cargo.toml | 2 +- extensions/zig/extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3ccfc6d35..0347b4dd70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12998,7 +12998,7 @@ dependencies = [ [[package]] name = "zed_zig" -version = "0.1.1" +version = "0.1.2" dependencies = [ "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/extensions/zig/Cargo.toml b/extensions/zig/Cargo.toml index dc0df5a0b2..89714bf450 100644 --- a/extensions/zig/Cargo.toml +++ b/extensions/zig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_zig" -version = "0.1.1" +version = "0.1.2" edition = "2021" publish = false license = "Apache-2.0" diff --git a/extensions/zig/extension.toml b/extensions/zig/extension.toml index c435662672..ae53bdb5d0 100644 --- a/extensions/zig/extension.toml +++ b/extensions/zig/extension.toml @@ -1,7 +1,7 @@ id = "zig" name = "Zig" description = "Zig support." -version = "0.1.1" +version = "0.1.2" schema_version = 1 authors = ["Allan Calix "] repository = "https://github.com/zed-industries/zed"