Skip to content

Commit

Permalink
build: update version (v0.0.69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Nov 4, 2024
1 parent f215337 commit 5a81c4c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
46 changes: 23 additions & 23 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.68"
version = "0.0.69"
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.47", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.47", features = ["py_compat", "els"] }
els = { version = "0.1.59", features = ["py_compat"] }
erg_common = { version = "0.6.48-nightly.0", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.48-nightly.0", features = ["py_compat", "els"] }
els = { version = "0.1.60-nightly.0", 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.68", path = "./crates/pylyzer_core" }
pylyzer_core = { version = "0.0.69", 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.68", path = "../py2erg" }
py2erg = { version = "0.0.69", path = "../py2erg" }

[lib]
path = "lib.rs"

0 comments on commit 5a81c4c

Please sign in to comment.