From f10373ea5764786cde5743b4a3cfe441ade3ba4a Mon Sep 17 00:00:00 2001 From: Lucas Pimentel Date: Fri, 12 Dec 2025 16:09:53 -0500 Subject: [PATCH] update zed_extension_api dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3696dbc..bd10eb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ path = "src/powershell.rs" crate-type = ["cdylib"] [dependencies] -zed_extension_api = "0.2.0" +zed_extension_api = "0.7.0"