mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 22:14:23 +00:00
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
This commit is contained in:
parent
f374038da0
commit
8f28445612
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -14441,7 +14441,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zed_php"
|
name = "zed_php"
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zed_php"
|
name = "zed_php"
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
id = "php"
|
id = "php"
|
||||||
name = "PHP"
|
name = "PHP"
|
||||||
description = "PHP support."
|
description = "PHP support."
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
schema_version = 1
|
schema_version = 1
|
||||||
authors = ["Piotr Osiewicz <piotr@zed.dev>"]
|
authors = ["Piotr Osiewicz <piotr@zed.dev>"]
|
||||||
repository = "https://github.com/zed-industries/zed"
|
repository = "https://github.com/zed-industries/zed"
|
||||||
|
|
Loading…
Reference in a new issue