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

This PR syncs the `Cargo.toml` version with the `extension.toml`
version.

We should try to keep these in sync.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-04-24 11:42:18 -04:00 committed by GitHub
parent 76ff467965
commit d0a5dbd8cb
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

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

View File

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