mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
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:
parent
76ff467965
commit
d0a5dbd8cb
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user