Dairon M.
2024-09-10 23:21:24 -04:00
committed by GitHub
co-authored by Marshall Bowers
parent ef5a7e1642
commit 8088d1a9b7
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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"