From 8f284456126d53b69d639b159a33effa57bfa8cd Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 10 Sep 2024 22:57:44 -0400 Subject: [PATCH] php: Bump to v0.2.0 (#17674) This PR bumps the PHP extension to v0.2.0. Changes: - https://github.com/zed-industries/zed/pull/16720 - https://github.com/zed-industries/zed/pull/16955 - https://github.com/zed-industries/zed/pull/17243 - https://github.com/zed-industries/zed/pull/17545 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 f9d3240d68..07b97e030d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14441,7 +14441,7 @@ dependencies = [ [[package]] name = "zed_php" -version = "0.1.3" +version = "0.2.0" dependencies = [ "zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/extensions/php/Cargo.toml b/extensions/php/Cargo.toml index 91f309d9de..d4a8f36cbd 100644 --- a/extensions/php/Cargo.toml +++ b/extensions/php/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_php" -version = "0.1.3" +version = "0.2.0" edition = "2021" publish = false license = "Apache-2.0" diff --git a/extensions/php/extension.toml b/extensions/php/extension.toml index cb30eb5f0c..92bd7ed85b 100644 --- a/extensions/php/extension.toml +++ b/extensions/php/extension.toml @@ -1,7 +1,7 @@ id = "php" name = "PHP" description = "PHP support." -version = "0.1.3" +version = "0.2.0" schema_version = 1 authors = ["Piotr Osiewicz "] repository = "https://github.com/zed-industries/zed"