Skip to content

Commit 5fe79c1

Browse files
committed
build: update version (nightly.0)
1 parent e0bd0cc commit 5fe79c1

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ members = [
2121
]
2222

2323
[workspace.package]
24-
version = "0.6.31"
24+
version = "0.6.32-nightly.0"
2525
authors = ["erg-lang team <[email protected]>"]
2626
license = "MIT OR Apache-2.0"
2727
edition = "2021"
@@ -66,11 +66,11 @@ full = ["els", "full-repl", "unicode", "pretty"]
6666
experimental = ["erg_common/experimental", "erg_parser/experimental", "erg_compiler/experimental"]
6767

6868
[workspace.dependencies]
69-
erg_common = { version = "0.6.31", path = "./crates/erg_common" }
70-
erg_parser = { version = "0.6.31", path = "./crates/erg_parser" }
71-
erg_compiler = { version = "0.6.31", path = "./crates/erg_compiler" }
72-
els = { version = "0.1.43", path = "./crates/els" }
73-
erg_proc_macros = { version = "0.6.31", path = "./crates/erg_proc_macros" }
69+
erg_common = { version = "0.6.32-nightly.0", path = "./crates/erg_common" }
70+
erg_parser = { version = "0.6.32-nightly.0", path = "./crates/erg_parser" }
71+
erg_compiler = { version = "0.6.32-nightly.0", path = "./crates/erg_compiler" }
72+
els = { version = "0.1.44-nightly.0", path = "./crates/els" }
73+
erg_proc_macros = { version = "0.6.32-nightly.0", path = "./crates/erg_proc_macros" }
7474
pyo3 = { version = "0.20", features = ["extension-module"] }
7575

7676
[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.43"
5+
version = "0.1.44-nightly.0"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)