lua: Bump to v0.0.2
The previous v0.0.3 bump was in error, as we hadn't published a v0.0.2 yet.
This commit is contained in:
parent
d2e83cc148
commit
52591905fb
3 changed files with 4 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -12715,7 +12715,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zed_lua"
|
name = "zed_lua"
|
||||||
version = "0.0.3"
|
version = "0.0.2"
|
||||||
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_lua"
|
name = "zed_lua"
|
||||||
version = "0.0.3"
|
version = "0.0.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
id = "lua"
|
id = "lua"
|
||||||
name = "Lua"
|
name = "Lua"
|
||||||
description = "Lua support."
|
description = "Lua support."
|
||||||
version = "0.0.3"
|
version = "0.0.2"
|
||||||
schema_version = 1
|
schema_version = 1
|
||||||
authors = [
|
authors = ["Max Brunsfeld <max@zed.dev>"]
|
||||||
"Max Brunsfeld <max@zed.dev>",
|
|
||||||
"Marshall Bowers <elliott.codes@gmail.com>"
|
|
||||||
]
|
|
||||||
repository = "https://github.com/zed-industries/zed"
|
repository = "https://github.com/zed-industries/zed"
|
||||||
|
|
||||||
[language_servers.lua-language-server]
|
[language_servers.lua-language-server]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue