Cargo.lock ๐
@@ -14371,7 +14371,7 @@ dependencies = [
[[package]]
name = "zed_erlang"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
"zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
Dairon M. and Marshall Bowers created
Changes:
- https://github.com/zed-industries/zed/pull/14914
- https://github.com/zed-industries/zed/pull/14879
- https://github.com/zed-industries/zed/pull/14923
- https://github.com/zed-industries/zed/pull/15973
- https://github.com/zed-industries/zed/pull/16955
Release Notes:
- N/A
---------
Co-authored-by: Marshall Bowers <elliott.codes@gmail.com>
Cargo.lock | 2 +-
extensions/erlang/Cargo.toml | 2 +-
extensions/erlang/extension.toml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
@@ -14371,7 +14371,7 @@ dependencies = [
[[package]]
name = "zed_erlang"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
"zed_extension_api 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -1,6 +1,6 @@
[package]
name = "zed_erlang"
-version = "0.0.1"
+version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
@@ -1,7 +1,7 @@
id = "erlang"
name = "Erlang"
description = "Erlang support."
-version = "0.0.1"
+version = "0.1.0"
schema_version = 1
authors = ["Dairon M <dairon.medina@gmail.com>", "Fabian Bergstrรถm <fabian@fmbb.se>"]
repository = "https://github.com/zed-industries/zed"