Skip to content

Commit

Permalink
build: update version (v0.0.67)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Oct 19, 2024
1 parent bb6b731 commit 4b5d10b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = [
]

[workspace.package]
version = "0.0.66"
version = "0.0.67"
authors = ["Shunsuke Shibayama <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down Expand Up @@ -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.66", path = "./crates/pylyzer_core" }
pylyzer_core = { version = "0.0.67", 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.66", path = "../py2erg" }
py2erg = { version = "0.0.67", path = "../py2erg" }

[lib]
path = "lib.rs"

0 comments on commit 4b5d10b

Please sign in to comment.