Skip to content

Commit 72c36bd

Browse files
committed
build: update version (nightly.1)
1 parent 575df74 commit 72c36bd

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

Cargo.lock

Lines changed: 39 additions & 39 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
@@ -22,7 +22,7 @@ members = [
2222
]
2323

2424
[workspace.package]
25-
version = "0.6.39-nightly.0"
25+
version = "0.6.39-nightly.1"
2626
authors = ["erg-lang team <[email protected]>"]
2727
license = "MIT OR Apache-2.0"
2828
edition = "2021"
@@ -72,12 +72,12 @@ experimental = ["erg_common/experimental", "erg_parser/experimental", "erg_compi
7272
log-level-error = ["erg_common/log-level-error", "erg_parser/log-level-error", "erg_compiler/log-level-error", "erg_linter/log-level-error"]
7373

7474
[workspace.dependencies]
75-
erg_common = { version = "0.6.39-nightly.0", path = "./crates/erg_common" }
76-
erg_parser = { version = "0.6.39-nightly.0", path = "./crates/erg_parser" }
77-
erg_compiler = { version = "0.6.39-nightly.0", path = "./crates/erg_compiler" }
78-
erg_linter = { version = "0.6.39-nightly.0", path = "./crates/erg_linter" }
79-
els = { version = "0.1.51-nightly.0", path = "./crates/els" }
80-
erg_proc_macros = { version = "0.6.39-nightly.0", path = "./crates/erg_proc_macros" }
75+
erg_common = { version = "0.6.39-nightly.1", path = "./crates/erg_common" }
76+
erg_parser = { version = "0.6.39-nightly.1", path = "./crates/erg_parser" }
77+
erg_compiler = { version = "0.6.39-nightly.1", path = "./crates/erg_compiler" }
78+
erg_linter = { version = "0.6.39-nightly.1", path = "./crates/erg_linter" }
79+
els = { version = "0.1.51-nightly.1", path = "./crates/els" }
80+
erg_proc_macros = { version = "0.6.39-nightly.1", path = "./crates/erg_proc_macros" }
8181
pyo3 = { version = "0.20", features = ["extension-module"] }
8282

8383
[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.51-nightly.0"
5+
version = "0.1.51-nightly.1"
66
authors.workspace = true
77
license.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)