Skip to content

Commit

Permalink
build: update version (v0.6.19)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Aug 24, 2023
1 parent 9db6e5f commit 0c43323
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 47 deletions.
82 changes: 41 additions & 41 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.18"
version = "0.6.19"
authors = ["erg-lang team <moderation.erglang@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down Expand Up @@ -64,10 +64,10 @@ full = ["els", "full-repl", "unicode", "pretty"]
experimental = ["erg_common/experimental", "erg_parser/experimental", "erg_compiler/experimental"]

[workspace.dependencies]
erg_common = { version = "0.6.18", path = "./crates/erg_common" }
erg_parser = { version = "0.6.18", path = "./crates/erg_parser" }
erg_compiler = { version = "0.6.18", path = "./crates/erg_compiler" }
els = { version = "0.1.30", path = "./crates/els" }
erg_common = { version = "0.6.19", path = "./crates/erg_common" }
erg_parser = { version = "0.6.19", path = "./crates/erg_parser" }
erg_compiler = { version = "0.6.19", path = "./crates/erg_compiler" }
els = { version = "0.1.31", path = "./crates/els" }

[dependencies]
erg_common = { workspace = true }
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.30"
version = "0.1.31"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 0c43323

Please sign in to comment.