From 65c9e7d3d1d10d1619c9ca47f55fc338820d3500 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 12 Apr 2024 12:19:01 -0400 Subject: [PATCH] php: Bump to v0.0.2 (#10480) This PR bumps the PHP extension to v0.0.2. This version of the PHP extension adds the `language_ids` mappings from #10053. Release Notes: - N/A --- Cargo.lock | 2 +- extensions/php/Cargo.toml | 2 +- extensions/php/extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb35413633..5d37bffd08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12647,7 +12647,7 @@ dependencies = [ [[package]] name = "zed_php" -version = "0.0.1" +version = "0.0.2" dependencies = [ "zed_extension_api 0.0.4", ] diff --git a/extensions/php/Cargo.toml b/extensions/php/Cargo.toml index 5cfb4e43f3..712f193609 100644 --- a/extensions/php/Cargo.toml +++ b/extensions/php/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_php" -version = "0.0.1" +version = "0.0.2" edition = "2021" publish = false license = "Apache-2.0" diff --git a/extensions/php/extension.toml b/extensions/php/extension.toml index 97898e67fd..dd9218303a 100644 --- a/extensions/php/extension.toml +++ b/extensions/php/extension.toml @@ -1,7 +1,7 @@ id = "php" name = "PHP" description = "PHP support." -version = "0.0.1" +version = "0.0.2" schema_version = 1 authors = ["Piotr Osiewicz "] repository = "https://github.com/zed-industries/zed"