terraform: Bump to v0.0.2 (#10653)

This PR bumps the Terraform extension to v0.0.2.

Changes:

- #10641

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-04-16 16:08:58 -04:00 committed by GitHub
parent 0b2de51c37
commit 545319bced
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "zed_terraform"
version = "0.0.1"
version = "0.0.2"
edition = "2021"
publish = false
license = "Apache-2.0"

View File

@ -1,7 +1,7 @@
id = "terraform"
name = "Terraform"
description = "Terraform support."
version = "0.0.1"
version = "0.0.2"
schema_version = 1
authors = ["Caius Durling <dev@caius.name>", "Daniel Banck <dbanck@users.noreply.github.com>"]
repository = "https://github.com/zed-industries/zed"