zig: Bump to v0.1.4 (#14651)

This PR bumps the Zig extension to v0.1.4.

Changes:

- #14379

Release Notes:

- N/A
This commit is contained in:
Thorsten Ball 2024-07-17 16:41:12 +02:00 committed by GitHub
parent f19b51c0b2
commit e69b995a3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -13948,7 +13948,7 @@ dependencies = [
[[package]] [[package]]
name = "zed_zig" name = "zed_zig"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"zed_extension_api 0.0.6", "zed_extension_api 0.0.6",
] ]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "zed_zig" name = "zed_zig"
version = "0.1.3" version = "0.1.4"
edition = "2021" edition = "2021"
publish = false publish = false
license = "Apache-2.0" license = "Apache-2.0"

View File

@ -1,7 +1,7 @@
id = "zig" id = "zig"
name = "Zig" name = "Zig"
description = "Zig support." description = "Zig support."
version = "0.1.3" version = "0.1.4"
schema_version = 1 schema_version = 1
authors = ["Allan Calix <contact@acx.dev>"] authors = ["Allan Calix <contact@acx.dev>"]
repository = "https://github.com/zed-industries/zed" repository = "https://github.com/zed-industries/zed"