Skip to content

Commit 32a7780

Browse files
committed
build: update version (nightly.4)
1 parent 2d532ad commit 32a7780

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.16-nightly.3"
23+
version = "0.6.16-nightly.4"
2424
authors = ["erg-lang team <[email protected]>"]
2525
license = "MIT OR Apache-2.0"
2626
edition = "2021"
@@ -64,10 +64,10 @@ full = ["els", "full-repl", "unicode", "pretty"]
6464
experimental = ["erg_common/experimental", "erg_parser/experimental", "erg_compiler/experimental"]
6565

6666
[workspace.dependencies]
67-
erg_common = { version = "0.6.16-nightly.3", path = "./crates/erg_common" }
68-
erg_parser = { version = "0.6.16-nightly.3", path = "./crates/erg_parser" }
69-
erg_compiler = { version = "0.6.16-nightly.3", path = "./crates/erg_compiler" }
70-
els = { version = "0.1.28-nightly.3", path = "./crates/els" }
67+
erg_common = { version = "0.6.16-nightly.4", path = "./crates/erg_common" }
68+
erg_parser = { version = "0.6.16-nightly.4", path = "./crates/erg_parser" }
69+
erg_compiler = { version = "0.6.16-nightly.4", path = "./crates/erg_compiler" }
70+
els = { version = "0.1.28-nightly.4", 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.28-nightly.3"
5+
version = "0.1.28-nightly.4"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)