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.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Dec 25, 2022
1 parent 208699a commit f795539
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
17 changes: 10 additions & 7 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "els"
version = "0.1.11"
version = "0.1.12"
edition = "2021"
description = "An Erg compiler frontend for IDEs, implements LSP."
authors = ["Shunsuke Shibayama <[email protected]>"]
Expand All @@ -13,10 +13,10 @@ keywords = ["erg", "language-server"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
# erg_common = "0.6.0-beta.1"
# erg_compiler = "0.6.0-beta.1"
erg_common = { git = "https://github.com/erg-lang/erg", branch = "main" }
erg_compiler = { git = "https://github.com/erg-lang/erg", branch = "main" }
erg_common = "0.6.0"
erg_compiler = "0.6.0"
# erg_common = { git = "https://github.com/erg-lang/erg", branch = "main" }
# erg_compiler = { git = "https://github.com/erg-lang/erg", branch = "main" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.85"
lsp-types = { version = "0.93.2", features = ["proposed"] }
Expand Down

0 comments on commit f795539

Please sign in to comment.