Cargo.lock 🔗
@@ -12858,7 +12858,7 @@ dependencies = [
[[package]]
name = "zed_terraform"
-version = "0.0.2"
+version = "0.0.3"
dependencies = [
"zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
Marshall Bowers created
This PR syncs the `Cargo.toml` version with the `extension.toml`
version.
We should try to keep these in sync.
Release Notes:
- N/A
Cargo.lock | 2 +-
extensions/terraform/Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
@@ -12858,7 +12858,7 @@ dependencies = [
[[package]]
name = "zed_terraform"
-version = "0.0.2"
+version = "0.0.3"
dependencies = [
"zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1,6 +1,6 @@
[package]
name = "zed_terraform"
-version = "0.0.2"
+version = "0.0.3"
edition = "2021"
publish = false
license = "Apache-2.0"