Skip to content

Commit c4205c4

Browse files
committed
build: update version (v0.6.11)
1 parent 245d9ee commit c4205c4

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.11-nightly.3"
23+
version = "0.6.11"
2424
authors = ["erg-lang team <moderation.erglang@gmail.com>"]
2525
license = "MIT OR Apache-2.0"
2626
edition = "2021"
@@ -64,10 +64,10 @@ full-repl = ["erg_common/full-repl"]
6464
full = ["els", "full-repl", "unicode", "pretty"]
6565

6666
[workspace.dependencies]
67-
erg_common = { version = "0.6.11-nightly.3", path = "./crates/erg_common" }
68-
erg_parser = { version = "0.6.11-nightly.3", path = "./crates/erg_parser" }
69-
erg_compiler = { version = "0.6.11-nightly.3", path = "./crates/erg_compiler" }
70-
els = { version = "0.1.23-nightly.3", path = "./crates/els" }
67+
erg_common = { version = "0.6.11", path = "./crates/erg_common" }
68+
erg_parser = { version = "0.6.11", path = "./crates/erg_parser" }
69+
erg_compiler = { version = "0.6.11", path = "./crates/erg_compiler" }
70+
els = { version = "0.1.23", path = "./crates/els" }
7171

7272
[dependencies]
7373
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.23-nightly.3"
5+
version = "0.1.23"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)