build: update version (v0.0.39)

This commit is contained in:
Shunsuke Shibayama 2023-07-28 23:37:10 +09:00
parent 8e8fc8eb29
commit 3a82bb0392
2 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -252,9 +252,9 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
[[package]] [[package]]
name = "els" name = "els"
version = "0.1.30-nightly.1" version = "0.1.30-nightly.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b98b49887071526f16f6f97a93abe6bab4f7eeef712ca19b8c69421a42d892e" checksum = "1591d43ed3e39ffe8ce44c480a5ece41be2839addb915bb18ab611bd6bd66a58"
dependencies = [ dependencies = [
"erg_common", "erg_common",
"erg_compiler", "erg_compiler",

View File

@ -22,9 +22,9 @@ edition = "2021"
repository = "https://github.com/mtshiba/pylyzer" repository = "https://github.com/mtshiba/pylyzer"
[workspace.dependencies] [workspace.dependencies]
erg_common = { version = "0.6.18-nightly.1", features = ["py_compat", "els"] } erg_common = { version = "0.6.18-nightly.2", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.18-nightly.1", features = ["py_compat", "els"] } erg_compiler = { version = "0.6.18-nightly.2", features = ["py_compat", "els"] }
els = { version = "0.1.30-nightly.1", features = ["py_compat"] } els = { version = "0.1.30-nightly.2", features = ["py_compat"] }
rustpython-parser = "0.1.2" rustpython-parser = "0.1.2"
# erg_compiler = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compat", "els"] } # erg_compiler = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compat", "els"] }
# erg_common = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compat", "els"] } # erg_common = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compat", "els"] }