Skip to content

Commit

Permalink
build: update version (v0.0.39)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Jul 28, 2023
1 parent 8e8fc8e commit 3a82bb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 3a82bb0

Please sign in to comment.