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