Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Update version (v0.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Oct 3, 2022
1 parent 66812ad commit 2f424b9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
[package]
name = "els"
version = "0.1.4-nightly.0"
version = "0.1.4"
edition = "2021"
description = "An Erg compiler frontend for IDEs, implements LSP."
authors = ["Shunsuke Shibayama <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/erg-lang/erg-language-server"
documentation = "https://docs.rs/els"
homepage = "https://erg-lang.org/"
keywords = ["erg", "language-server"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
erg_common = "0.5.6-nightly.0"
erg_type = "0.5.6-nightly.0"
erg_compiler = "0.5.6-nightly.0"
erg_common = "0.5.6"
erg_type = "0.5.6"
erg_compiler = "0.5.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.85"
lsp-types = "0.93.1"

0 comments on commit 2f424b9

Please sign in to comment.