glsl: Bump to v0.1.0 (#10734)
This PR bumps the GLSL extension to v0.1.0. Changes: - #10694 Release Notes: - N/A
This commit is contained in:
parent
c55055599a
commit
1127b1a0de
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -12701,7 +12701,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zed_glsl"
|
name = "zed_glsl"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "zed_glsl"
|
name = "zed_glsl"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
id = "glsl"
|
id = "glsl"
|
||||||
name = "GLSL"
|
name = "GLSL"
|
||||||
description = "GLSL support."
|
description = "GLSL support."
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
schema_version = 1
|
schema_version = 1
|
||||||
authors = ["Mikayla Maki <mikayla@zed.dev>"]
|
authors = ["Mikayla Maki <mikayla@zed.dev>"]
|
||||||
repository = "https://github.com/zed-industries/zed"
|
repository = "https://github.com/zed-industries/zed"
|
||||||
|
Loading…
Reference in New Issue
Block a user