ruby: Upgrade zed_extension_api to v0.1.0 (#16907)

This pull request upgrades the Ruby extension to use v0.1.0 of the Zed
extension API.

Release Notes:

- N/A
This commit is contained in:
Vitaly Slobodin 2024-08-26 20:20:41 +02:00 committed by GitHub
parent eb0a01e9cb
commit 14d0f4fbb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -13,4 +13,4 @@ path = "src/ruby.rs"
crate-type = ["cdylib"]
[dependencies]
zed_extension_api = "0.0.6"
zed_extension_api = "0.1.0"