Skip to content

Commit

Permalink
fix: type specification bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Oct 4, 2024
1 parent 1bfb52f commit ec539b0
Show file tree
Hide file tree
Showing 7 changed files with 256 additions and 120 deletions.
75 changes: 42 additions & 33 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 @@ -24,9 +24,9 @@ edition = "2021"
repository = "https://github.com/mtshiba/pylyzer"

[workspace.dependencies]
erg_common = { version = "0.6.45-nightly.3", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.45-nightly.3", features = ["py_compat", "els"] }
els = { version = "0.1.57-nightly.3", features = ["py_compat"] }
erg_common = { version = "0.6.46-nightly.1", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.46-nightly.1", features = ["py_compat", "els"] }
els = { version = "0.1.58-nightly.1", features = ["py_compat"] }
# rustpython-parser = { version = "0.3.0", features = ["all-nodes-with-ranges", "location"] }
# rustpython-ast = { version = "0.3.0", features = ["all-nodes-with-ranges", "location"] }
rustpython-parser = { git = "https://github.com/RustPython/Parser", version = "0.4.0", features = ["all-nodes-with-ranges", "location"] }
Expand Down
Loading

0 comments on commit ec539b0

Please sign in to comment.