build: update version (v0.0.75)

This commit is contained in:
Shunsuke Shibayama 2024-12-25 02:59:00 +09:00
parent c985e798f0
commit 233b7ee382
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.74", path = "../py2erg" }
py2erg = { version = "0.0.75", path = "../py2erg" }
[lib]
path = "lib.rs"