gleam: Switch to published version of zed_extension_api
(#16256)
This PR updates the Gleam extension to use the published version of the `zed_extension_api`. Release Notes: - N/A
This commit is contained in:
parent
18aff55f34
commit
2e1750d5e2
2 changed files with 13 additions and 2 deletions
|
@ -14,4 +14,4 @@ crate-type = ["cdylib"]
|
|||
|
||||
[dependencies]
|
||||
html_to_markdown = "0.1.0"
|
||||
zed_extension_api = { path = "../../crates/extension_api" }
|
||||
zed_extension_api = "0.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue