csharp: Upgrade zed_extension_api to v0.0.6 (#15175)

This PR upgrades the C# extension to use v0.0.6 of the
`zed_extension_api`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-25 08:26:04 -04:00 committed by GitHub
parent ebd407deb6
commit 3053f98652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

2
Cargo.lock generated
View file

@ -13732,7 +13732,7 @@ dependencies = [
name = "zed_csharp"
version = "0.0.2"
dependencies = [
"zed_extension_api 0.0.4",
"zed_extension_api 0.0.6",
]
[[package]]