Skip to content

Commit

Permalink
update version (v0.0.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Feb 24, 2023
1 parent 30d1e32 commit 062ea92
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
24 changes: 14 additions & 10 deletions Cargo.lock

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

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

[workspace.package]
version = "0.0.7"
version = "0.0.8"
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.5-nightly.1", features = ["py_compatible", "els"] }
# erg_compiler = { version = "0.6.5-nightly.1", features = ["py_compatible", "els"] }
# els = { version = "0.1.17-nightly.1", features = ["py_compatible"] }
erg_common = { version = "0.6.7-nightly.0", features = ["py_compatible", "els"] }
erg_compiler = { version = "0.6.7-nightly.0", features = ["py_compatible", "els"] }
els = { version = "0.1.19-nightly.0", features = ["py_compatible"] }
rustpython-parser = "0.1.2"
erg_compiler = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compatible", "els"] }
erg_common = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compatible", "els"] }
els = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compatible"] }
# erg_compiler = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compatible", "els"] }
# erg_common = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compatible", "els"] }
# els = { git = "https://github.com/erg-lang/erg", branch = "main", features = ["py_compatible"] }

[features]
debug = ["erg_compiler/debug", "erg_common/debug", "py2erg/debug"]
Expand All @@ -39,7 +39,7 @@ erg_compiler = { workspace = true }
erg_common = { workspace = true }
els = { workspace = true }
rustpython-parser = { workspace = true }
py2erg = { version = "0.0.7", path = "./crates/py2erg" }
py2erg = { version = "0.0.8", path = "./crates/py2erg" }

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

0 comments on commit 062ea92

Please sign in to comment.