Skip to content

Commit 00e37d0

Browse files
committed
build: update version (v0.6.13)
1 parent c31e930 commit 00e37d0

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.13-nightly.4"
23+
version = "0.6.13"
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.13-nightly.4", path = "./crates/erg_common" }
68-
erg_parser = { version = "0.6.13-nightly.4", path = "./crates/erg_parser" }
69-
erg_compiler = { version = "0.6.13-nightly.4", path = "./crates/erg_compiler" }
70-
els = { version = "0.1.25-nightly.4", path = "./crates/els" }
67+
erg_common = { version = "0.6.13", path = "./crates/erg_common" }
68+
erg_parser = { version = "0.6.13", path = "./crates/erg_parser" }
69+
erg_compiler = { version = "0.6.13", path = "./crates/erg_compiler" }
70+
els = { version = "0.1.25", 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.25-nightly.4"
5+
version = "0.1.25"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)