Skip to content

Commit

Permalink
build: update version (v0.0.40)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Aug 9, 2023
1 parent 3a82bb0 commit ebc7eaf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 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.39"
version = "0.0.40"
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.18-nightly.2", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.18-nightly.2", features = ["py_compat", "els"] }
els = { version = "0.1.30-nightly.2", features = ["py_compat"] }
erg_common = { version = "0.6.18", features = ["py_compat", "els"] }
erg_compiler = { version = "0.6.18", features = ["py_compat", "els"] }
els = { version = "0.1.30", features = ["py_compat"] }
rustpython-parser = "0.1.2"
# erg_compiler = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compat", "els"] }
# erg_common = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compat", "els"] }
Expand All @@ -45,7 +45,7 @@ erg_compiler = { workspace = true }
erg_common = { workspace = true }
els = { workspace = true }
rustpython-parser = { workspace = true }
py2erg = { version = "0.0.39", path = "./crates/py2erg" }
py2erg = { version = "0.0.40", path = "./crates/py2erg" }

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

0 comments on commit ebc7eaf

Please sign in to comment.