build: update version (v0.0.67)

This commit is contained in:
Shunsuke Shibayama 2024-10-19 15:02:51 +09:00
parent bb6b731fbf
commit 4b5d10b029
3 changed files with 7 additions and 7 deletions

View file

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