Skip to content

Commit 890f4d9

Browse files
committed
build: update version (v0.6.14)
1 parent c8ea6f6 commit 890f4d9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = [
2020
]
2121

2222
[workspace.package]
23-
version = "0.6.14-nightly.4"
23+
version = "0.6.14"
2424
authors = ["erg-lang team <moderation.erglang@gmail.com>"]
2525
license = "MIT OR Apache-2.0"
2626
edition = "2021"
@@ -65,10 +65,10 @@ full = ["els", "full-repl", "unicode", "pretty"]
6565
experimental = ["erg_common/experimental", "erg_parser/experimental", "erg_compiler/experimental"]
6666

6767
[workspace.dependencies]
68-
erg_common = { version = "0.6.14-nightly.4", path = "./crates/erg_common" }
69-
erg_parser = { version = "0.6.14-nightly.4", path = "./crates/erg_parser" }
70-
erg_compiler = { version = "0.6.14-nightly.4", path = "./crates/erg_compiler" }
71-
els = { version = "0.1.26-nightly.4", path = "./crates/els" }
68+
erg_common = { version = "0.6.14", path = "./crates/erg_common" }
69+
erg_parser = { version = "0.6.14", path = "./crates/erg_parser" }
70+
erg_compiler = { version = "0.6.14", path = "./crates/erg_compiler" }
71+
els = { version = "0.1.26", path = "./crates/els" }
7272

7373
[dependencies]
7474
erg_common = { workspace = true }

crates/els/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "els"
33
description = "An Erg compiler frontend for IDEs, implements LSP."
44
documentation = "http://docs.rs/els"
5-
version = "0.1.26-nightly.4"
5+
version = "0.1.26"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)