build: update version (v0.0.70)

This commit is contained in:
Shunsuke Shibayama 2024-11-10 16:35:29 +09:00
parent 4afbd2922d
commit 16fef0b04a
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.69", path = "../py2erg" }
py2erg = { version = "0.0.70", path = "../py2erg" }
[lib]
path = "lib.rs"