zig: Revert changes dependent on new zed_extension_api (#14652)

This PR reverts the changes to the Zig extension dependent on the new
`zed_extension_api` version so that we can publish the Zig extension.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-17 10:40:25 -04:00 committed by GitHub
parent 1d2d3b209e
commit f19b51c0b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 3 deletions

View file

@ -13,4 +13,4 @@ path = "src/zig.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = { path = "../../crates/extension_api" }
zed_extension_api = "0.0.6"