Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Nov 3, 2024
1 parent d4c2a27 commit a710224
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 40 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

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

10 changes: 7 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.47-nightly.4", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.47-nightly.4", features = ["py_compat", "els"] }
els = { version = "0.1.59-nightly.4", features = ["py_compat"] }
erg_common = { version = "0.6.47", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.47", features = ["py_compat", "els"] }
els = { version = "0.1.59", 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 All @@ -53,3 +53,7 @@ els = { workspace = true }

[dev-dependencies]
erg_compiler = { workspace = true }

[profile.opt-with-dbg]
inherits = "release"
debug = true

0 comments on commit a710224

Please sign in to comment.