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:
Marshall Bowers 2024-04-16 14:26:41 -04:00
parent d2e83cc148
commit 52591905fb
3 changed files with 4 additions and 7 deletions

2
Cargo.lock generated
View file

@ -12715,7 +12715,7 @@ dependencies = [
[[package]]
name = "zed_lua"
version = "0.0.3"
version = "0.0.2"
dependencies = [
"zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

View file

@ -1,6 +1,6 @@
[package]
name = "zed_lua"
version = "0.0.3"
version = "0.0.2"
edition = "2021"
publish = false
license = "Apache-2.0"

View file

@ -1,12 +1,9 @@
id = "lua"
name = "Lua"
description = "Lua support."
version = "0.0.3"
version = "0.0.2"
schema_version = 1
authors = [
"Max Brunsfeld <max@zed.dev>",
"Marshall Bowers <elliott.codes@gmail.com>"
]
authors = ["Max Brunsfeld <max@zed.dev>"]
repository = "https://github.com/zed-industries/zed"
[language_servers.lua-language-server]