Skip to content

Commit

Permalink
build: update version (v0.0.50)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Dec 9, 2023
1 parent 84c72e6 commit 021f33b
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.49"
version = "0.0.50"
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.49", path = "./crates/py2erg" }
py2erg = { version = "0.0.50", path = "./crates/py2erg" }

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

0 comments on commit 021f33b

Please sign in to comment.