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.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Sep 29, 2022
1 parent d73ae49 commit 91af9f3
Show file tree
Hide file tree
Showing 2 changed files with 13 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "els"
version = "0.1.3-nightly.0"
version = "0.1.3"
edition = "2021"
description = "An Erg compiler frontend for IDEs, implements LSP."
authors = ["Shunsuke Shibayama <[email protected]>"]
Expand All @@ -9,9 +9,9 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

0 comments on commit 91af9f3

Please sign in to comment.