Skip to content

Commit

Permalink
build: update version (v0.0.66)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Oct 15, 2024
1 parent 00e0ae4 commit 8823e1f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ members = [
]

[workspace.package]
version = "0.0.65"
version = "0.0.66"
authors = ["Shunsuke Shibayama <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/mtshiba/pylyzer"

[workspace.dependencies]
erg_common = { version = "0.6.46-nightly.5", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.46-nightly.5", features = ["py_compat", "els"] }
els = { version = "0.1.58-nightly.5", features = ["py_compat"] }
erg_common = { version = "0.6.46", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.46", features = ["py_compat", "els"] }
els = { version = "0.1.58", 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 @@ -47,7 +47,7 @@ experimental = ["erg_common/experimental", "els/experimental", "pylyzer_core/exp
parallel = ["erg_common/parallel", "pylyzer_core/parallel"]

[dependencies]
pylyzer_core = { version = "0.0.65", path = "./crates/pylyzer_core" }
pylyzer_core = { version = "0.0.66", path = "./crates/pylyzer_core" }
erg_common = { workspace = true }
els = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/pylyzer_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ erg_common = { workspace = true }
erg_compiler = { workspace = true }
rustpython-parser = { workspace = true }
rustpython-ast = { workspace = true }
py2erg = { version = "0.0.65", path = "../py2erg" }
py2erg = { version = "0.0.66", path = "../py2erg" }

[lib]
path = "lib.rs"

0 comments on commit 8823e1f

Please sign in to comment.