Skip to content

Commit

Permalink
build: update version (v0.0.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Apr 27, 2023
1 parent 6702b93 commit 7ee9eee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 12 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 @@ -15,7 +15,7 @@ members = [
]

[workspace.package]
version = "0.0.21"
version = "0.0.22"
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.21", path = "./crates/py2erg" }
py2erg = { version = "0.0.22", path = "./crates/py2erg" }

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

0 comments on commit 7ee9eee

Please sign in to comment.