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

2
Cargo.lock generated
View File

@ -14366,7 +14366,7 @@ dependencies = [
name = "zed_ruby"
version = "0.1.0"
dependencies = [
"zed_extension_api 0.0.6",
"zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]

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"