From 2c4a71c530ddd5c3f2e3dfa7dd2312d85b8393b1 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Mon, 12 Aug 2024 08:24:47 -0700 Subject: [PATCH] Update AUTHORING_EXTENSIONS.md --- AUTHORING_EXTENSIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORING_EXTENSIONS.md b/AUTHORING_EXTENSIONS.md index a0cb48c2d8..be057020e5 100644 --- a/AUTHORING_EXTENSIONS.md +++ b/AUTHORING_EXTENSIONS.md @@ -74,7 +74,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -zed_extension_api = "0.0.4" +zed_extension_api = "0.0.6" ``` Make sure to use the latest version of the `zed_extension_api` available on crates.io.