Skip to content

Commit

Permalink
build: update version (v0.0.56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Jul 7, 2024
1 parent 3c46a03 commit bff700f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -15,7 +15,7 @@ members = [
]

[workspace.package]
version = "0.0.55"
version = "0.0.56"
authors = ["Shunsuke Shibayama <sbym1346@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down Expand Up @@ -49,7 +49,7 @@ erg_common = { workspace = true }
els = { workspace = true }
rustpython-parser = { workspace = true }
rustpython-ast = { workspace = true }
py2erg = { version = "0.0.55", path = "./crates/py2erg" }
py2erg = { version = "0.0.56", path = "./crates/py2erg" }

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

0 comments on commit bff700f

Please sign in to comment.