mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-24 15:18:02 +00:00
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]]
|
||||
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)",
|
||||
]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zed_lua"
|
||||
version = "0.0.3"
|
||||
version = "0.0.2"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue