mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-09 12:01:58 +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]]
|
[[package]]
|
||||||
name = "zed_gleam"
|
name = "zed_gleam"
|
||||||
version = "0.1.4"
|
version = "0.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"html_to_markdown 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"zed_extension_api 0.0.7",
|
"zed_extension_api 0.0.7",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zed_gleam"
|
name = "zed_gleam"
|
||||||
version = "0.1.4"
|
version = "0.1.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
id = "gleam"
|
id = "gleam"
|
||||||
name = "Gleam"
|
name = "Gleam"
|
||||||
description = "Gleam support."
|
description = "Gleam support."
|
||||||
version = "0.1.4"
|
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"
|
||||||
|
|
Loading…
Reference in a new issue