toml: Sync Cargo.toml version with extension.toml (#9973)

This PR syncs the version number in the `Cargo.toml` with the one in
`extension.toml` for the `toml` extension, since they had gotten
out-of-sync.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-03-29 16:59:46 -04:00 committed by GitHub
parent 8dc3d719bb
commit 35e1229fbb
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

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

View File

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