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 b5522f6865cfe852544efa10a38c4420df146c6a..3417a62d8241979b0024ea8fbc0a0df3d9a8dd13 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 8b7f0a7f2f582fa4960f9e71b99d8650970c3c2a..3966821798cf40000e578efc29b58718a6c26356 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 a09b83c01ff4442baccb235f8c3711d013a51ed5..15db5c464d049af40b5c4ec2d25108d46198ee57 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 ",