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 e3ccfc6d35af3113131cd82bfab684aea1764096..0347b4dd708337fc66560d4f7de28d1c3cf6f6aa 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 dc0df5a0b2a359ea4f0ba40fe3c7a802d18a9381..89714bf450d9f2498e1b9f84c99b2911b0b8534d 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 c435662672958a3d968de03afadf1dcb976770c3..ae53bdb5d06bc499edbaad91540fe9e16c55879a 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"