Skip to content

Commit

Permalink
build: update version (v0.0.48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Oct 4, 2023
1 parent 058e4b9 commit e44f7f4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
44 changes: 22 additions & 22 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 @@ -15,16 +15,16 @@ members = [
]

[workspace.package]
version = "0.0.47"
version = "0.0.48"
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.21-nightly.4", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.21-nightly.4", features = ["py_compat", "els"] }
els = { version = "0.1.33-nightly.4", features = ["py_compat"] }
erg_common = { version = "0.6.22-nightly.1", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.22-nightly.1", features = ["py_compat", "els"] }
els = { version = "0.1.34-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.3.0", features = ["all-nodes-with-ranges", "location"] }
Expand All @@ -49,7 +49,7 @@ erg_common = { workspace = true }
els = { workspace = true }
rustpython-parser = { workspace = true }
rustpython-ast = { workspace = true }
py2erg = { version = "0.0.47", path = "./crates/py2erg" }
py2erg = { version = "0.0.48", path = "./crates/py2erg" }

[lib]
path = "src/lib.rs"

0 comments on commit e44f7f4

Please sign in to comment.