mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 23:51:08 +00:00
c658ad8380
This PR bumps the Elixir extension to v0.0.9. Changes: - https://github.com/zed-industries/zed/pull/16819 Release Notes: - N/A
16 lines
228 B
TOML
16 lines
228 B
TOML
[package]
|
|
name = "zed_elixir"
|
|
version = "0.0.9"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/elixir.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.0.6"
|