terraform: Sync `Cargo.toml` version with `extension.toml` version (#10937)

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

Change summary

Cargo.lock                      | 2 +-
extensions/terraform/Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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)",
 ]

extensions/terraform/Cargo.toml 🔗

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