gleam: Revert version bump (#15908)

This PR reverts a version bump to the Gleam extension that was included
in #15866, as we're not ready to publish a new version.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-08-07 10:27:34 -04:00 committed by GitHub
parent 3a52d6cc52
commit 5ce6c374b0
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

@ -13971,7 +13971,7 @@ dependencies = [
[[package]]
name = "zed_gleam"
version = "0.1.4"
version = "0.1.3"
dependencies = [
"html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"zed_extension_api 0.0.7",

View file

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

View file

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