mirror of https://github.com/mtshiba/pylyzer
build: update version (v0.0.39)
This commit is contained in:
parent
8e8fc8eb29
commit
3a82bb0392
|
|
@ -252,9 +252,9 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
|||
|
||||
[[package]]
|
||||
name = "els"
|
||||
version = "0.1.30-nightly.1"
|
||||
version = "0.1.30-nightly.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1b98b49887071526f16f6f97a93abe6bab4f7eeef712ca19b8c69421a42d892e"
|
||||
checksum = "1591d43ed3e39ffe8ce44c480a5ece41be2839addb915bb18ab611bd6bd66a58"
|
||||
dependencies = [
|
||||
"erg_common",
|
||||
"erg_compiler",
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@ edition = "2021"
|
|||
repository = "https://github.com/mtshiba/pylyzer"
|
||||
|
||||
[workspace.dependencies]
|
||||
erg_common = { version = "0.6.18-nightly.1", features = ["py_compat", "els"] }
|
||||
erg_compiler = { version = "0.6.18-nightly.1", features = ["py_compat", "els"] }
|
||||
els = { version = "0.1.30-nightly.1", features = ["py_compat"] }
|
||||
erg_common = { version = "0.6.18-nightly.2", features = ["py_compat", "els"] }
|
||||
erg_compiler = { version = "0.6.18-nightly.2", features = ["py_compat", "els"] }
|
||||
els = { version = "0.1.30-nightly.2", features = ["py_compat"] }
|
||||
rustpython-parser = "0.1.2"
|
||||
# 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"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue