Skip to content

Commit

Permalink
build: update version (v0.6.29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Jan 22, 2024
1 parent 6a6fd76 commit 2fdf522
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

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

[workspace.package]
version = "0.6.28"
version = "0.6.29"
authors = ["erg-lang team <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down Expand Up @@ -66,11 +66,11 @@ full = ["els", "full-repl", "unicode", "pretty"]
experimental = ["erg_common/experimental", "erg_parser/experimental", "erg_compiler/experimental"]

[workspace.dependencies]
erg_common = { version = "0.6.28", path = "./crates/erg_common" }
erg_parser = { version = "0.6.28", path = "./crates/erg_parser" }
erg_compiler = { version = "0.6.28", path = "./crates/erg_compiler" }
els = { version = "0.1.40", path = "./crates/els" }
erg_proc_macros = { version = "0.6.28", path = "./crates/erg_proc_macros" }
erg_common = { version = "0.6.29", path = "./crates/erg_common" }
erg_parser = { version = "0.6.29", path = "./crates/erg_parser" }
erg_compiler = { version = "0.6.29", path = "./crates/erg_compiler" }
els = { version = "0.1.41", path = "./crates/els" }
erg_proc_macros = { version = "0.6.29", path = "./crates/erg_proc_macros" }
pyo3 = { version = "0.20", features = ["extension-module"] }

[dependencies]
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.40"
version = "0.1.41"
authors.workspace = true
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 2fdf522

Please sign in to comment.