Skip to content

Commit

Permalink
build: update version (v0.0.78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Jan 29, 2025
1 parent 4caac7c commit 640f654
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 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.77"
version = "0.0.78"
authors = ["Shunsuke Shibayama <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down Expand Up @@ -50,7 +50,7 @@ simplified_chinese = ["erg_common/simplified_chinese", "els/simplified_chinese"]
traditional_chinese = ["erg_common/traditional_chinese", "els/traditional_chinese"]

[dependencies]
pylyzer_core = { version = "0.0.77", path = "./crates/pylyzer_core" }
pylyzer_core = { version = "0.0.78", 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.77", path = "../py2erg" }
py2erg = { version = "0.0.78", path = "../py2erg" }

[lib]
path = "lib.rs"

0 comments on commit 640f654

Please sign in to comment.