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:
parent
8dc3d719bb
commit
35e1229fbb
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zed_toml"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
license = "Apache-2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue