Skip to content

Commit

Permalink
build: update version (v0.0.25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed May 3, 2023
1 parent 12cdb09 commit 8fbb0b4
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.24"
version = "0.0.25"
authors = ["Shunsuke Shibayama <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2021"
Expand Down Expand Up @@ -44,7 +44,7 @@ erg_compiler = { workspace = true }
erg_common = { workspace = true }
els = { workspace = true }
rustpython-parser = { workspace = true }
py2erg = { version = "0.0.24", path = "./crates/py2erg" }
py2erg = { version = "0.0.25", path = "./crates/py2erg" }

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

0 comments on commit 8fbb0b4

Please sign in to comment.