From ff56ca7280b3b13ff8cdcf87f932e494f2883dd7 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 3 May 2024 11:29:53 -0400 Subject: [PATCH] toml: Bump to v0.1.1 (#11359) This PR bumps the TOML extension to v0.1.1. Changes: - https://github.com/zed-industries/zed/pull/11251 Release Notes: - N/A --- Cargo.lock | 2 +- extensions/toml/Cargo.toml | 2 +- extensions/toml/extension.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5522f6865..3417a62d82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12927,7 +12927,7 @@ dependencies = [ [[package]] name = "zed_toml" -version = "0.1.0" +version = "0.1.1" dependencies = [ "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/extensions/toml/Cargo.toml b/extensions/toml/Cargo.toml index 8b7f0a7f2f..3966821798 100644 --- a/extensions/toml/Cargo.toml +++ b/extensions/toml/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zed_toml" -version = "0.1.0" +version = "0.1.1" edition = "2021" publish = false license = "Apache-2.0" diff --git a/extensions/toml/extension.toml b/extensions/toml/extension.toml index a09b83c01f..15db5c464d 100644 --- a/extensions/toml/extension.toml +++ b/extensions/toml/extension.toml @@ -1,7 +1,7 @@ id = "toml" name = "TOML" description = "TOML support." -version = "0.1.0" +version = "0.1.1" schema_version = 1 authors = [ "Max Brunsfeld ",