Skip to content

Commit

Permalink
build: update version (v0.0.71)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Nov 20, 2024
1 parent 5bc13dc commit 9a9215e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
40 changes: 20 additions & 20 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.70"
version = "0.0.71"
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/mtshiba/pylyzer"

[workspace.dependencies]
erg_common = { version = "0.6.48-nightly.1", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.48-nightly.1", features = ["py_compat", "els"] }
els = { version = "0.1.60-nightly.1", features = ["py_compat"] }
erg_common = { version = "0.6.48", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.48", features = ["py_compat", "els"] }
els = { version = "0.1.60", 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.70", path = "./crates/pylyzer_core" }
pylyzer_core = { version = "0.0.71", 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 @@ -20,7 +20,7 @@ erg_common = { workspace = true }
erg_compiler = { workspace = true }
rustpython-parser = { workspace = true }
rustpython-ast = { workspace = true }
py2erg = { version = "0.0.70", path = "../py2erg" }
py2erg = { version = "0.0.71", path = "../py2erg" }

[lib]
path = "lib.rs"

0 comments on commit 9a9215e

Please sign in to comment.