build: update version (v0.0.64)

This commit is contained in:
Shunsuke Shibayama 2024-10-04 16:12:49 +09:00
parent d650569de6
commit 02c217e001
3 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@ erg_common = { workspace = true }
erg_compiler = { workspace = true }
rustpython-parser = { workspace = true }
rustpython-ast = { workspace = true }
py2erg = { version = "0.0.63", path = "../py2erg" }
py2erg = { version = "0.0.64", path = "../py2erg" }
[lib]
path = "lib.rs"