gleam: Bump to v0.1.3 (#12000)

This PR bumps the Gleam extension to v0.1.3.

Changes:

- #11998

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-05-17 16:31:01 -04:00 committed by GitHub
parent 0325051629
commit 99c6389ff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -13178,7 +13178,7 @@ dependencies = [
[[package]] [[package]]
name = "zed_gleam" name = "zed_gleam"
version = "0.1.2" version = "0.1.3"
dependencies = [ dependencies = [
"zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
] ]

View file

@ -1,6 +1,6 @@
[package] [package]
name = "zed_gleam" name = "zed_gleam"
version = "0.1.2" version = "0.1.3"
edition = "2021" edition = "2021"
publish = false publish = false
license = "Apache-2.0" license = "Apache-2.0"

View file

@ -1,7 +1,7 @@
id = "gleam" id = "gleam"
name = "Gleam" name = "Gleam"
description = "Gleam support." description = "Gleam support."
version = "0.1.2" version = "0.1.3"
schema_version = 1 schema_version = 1
authors = ["Marshall Bowers <elliott.codes@gmail.com>"] authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
repository = "https://github.com/zed-industries/zed" repository = "https://github.com/zed-industries/zed"