Skip to content

Commit

Permalink
Update version (v0.6.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Jan 16, 2023
1 parent dea05ef commit ab1c45e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
]

[workspace.package]
version = "0.6.2-nightly.1"
version = "0.6.2"
authors = ["erg-lang team <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down Expand Up @@ -61,10 +61,10 @@ py_compatible = ["erg_compiler/py_compatible", "els/py_compatible"]
els = ["erg_common/els", "erg_compiler/els", "dep:els"]

[workspace.dependencies]
erg_common = { version = "0.6.2-nightly.1", path = "./crates/erg_common" }
erg_parser = { version = "0.6.2-nightly.1", path = "./crates/erg_parser" }
erg_compiler = { version = "0.6.2-nightly.1", path = "./crates/erg_compiler" }
els = { version = "0.1.14-nightly.1", path = "./crates/els" }
erg_common = { version = "0.6.2", path = "./crates/erg_common" }
erg_parser = { version = "0.6.2", path = "./crates/erg_parser" }
erg_compiler = { version = "0.6.2", path = "./crates/erg_compiler" }
els = { version = "0.1.14", path = "./crates/els" }

[dependencies]
erg_common = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion cargo_publish.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@echo off

if %~dp0 == C:%homepath%\GitHub\erg\ (
cd compiler/erg_common
cd crates/erg_common
echo publish erg_common ...
cargo publish
rem from cargo 1.66 timeout is not needed
Expand Down
2 changes: 1 addition & 1 deletion crates/els/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "els"
description = "An Erg compiler frontend for IDEs, implements LSP."
documentation = "http://docs.rs/els"
version = "0.1.14-nightly.1"
version = "0.1.14"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit ab1c45e

Please sign in to comment.