mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
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:
parent
3a52d6cc52
commit
5ce6c374b0
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "zed_gleam"
|
||||
version = "0.1.4"
|
||||
version = "0.1.3"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue