Peter Tripp 2025-01-23 10:27:21 -05:00 committed by GitHub
parent 79683ebcaa
commit 7d7db4debc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -16420,7 +16420,7 @@ dependencies = [
[[package]]
name = "zed_elixir"
version = "0.1.2"
version = "0.1.4"
dependencies = [
"zed_extension_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

View file

@ -1,6 +1,6 @@
[package]
name = "zed_elixir"
version = "0.1.2"
version = "0.1.4"
edition.workspace = true
publish.workspace = true
license = "Apache-2.0"

View file

@ -1,7 +1,7 @@
id = "elixir"
name = "Elixir"
description = "Elixir support."
version = "0.1.3"
version = "0.1.4"
schema_version = 1
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
repository = "https://github.com/zed-industries/zed"