Skip to content

Commit 04066b2

Browse files
committed
build: update version (nightly.5)
1 parent 37c250a commit 04066b2

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ members = [
2323
]
2424

2525
[workspace.package]
26-
version = "0.6.53-nightly.4"
26+
version = "0.6.53-nightly.5"
2727
authors = ["erg-lang team <[email protected]>"]
2828
license = "MIT OR Apache-2.0"
2929
edition = "2021"
@@ -75,12 +75,12 @@ log-level-error = ["erg_common/log-level-error", "erg_parser/log-level-error", "
7575
parallel = ["erg_common/parallel", "erg_parser/parallel", "erg_compiler/parallel", "erg_linter/parallel"]
7676

7777
[workspace.dependencies]
78-
erg_common = { version = "0.6.53-nightly.4", path = "./crates/erg_common" }
79-
erg_parser = { version = "0.6.53-nightly.4", path = "./crates/erg_parser" }
80-
erg_compiler = { version = "0.6.53-nightly.4", path = "./crates/erg_compiler" }
81-
erg_linter = { version = "0.6.53-nightly.4", path = "./crates/erg_linter" }
82-
els = { version = "0.1.65-nightly.4", path = "./crates/els" }
83-
erg_proc_macros = { version = "0.6.53-nightly.4", path = "./crates/erg_proc_macros" }
78+
erg_common = { version = "0.6.53-nightly.5", path = "./crates/erg_common" }
79+
erg_parser = { version = "0.6.53-nightly.5", path = "./crates/erg_parser" }
80+
erg_compiler = { version = "0.6.53-nightly.5", path = "./crates/erg_compiler" }
81+
erg_linter = { version = "0.6.53-nightly.5", path = "./crates/erg_linter" }
82+
els = { version = "0.1.65-nightly.5", path = "./crates/els" }
83+
erg_proc_macros = { version = "0.6.53-nightly.5", path = "./crates/erg_proc_macros" }
8484
pyo3 = { version = "0.21", features = ["extension-module"] }
8585

8686
[dependencies]

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.65-nightly.4"
5+
version = "0.1.65-nightly.5"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)