Update source

This commit is contained in:
Shunsuke Shibayama 2022-12-14 20:48:12 +09:00
parent 21143c3564
commit 76a7f16c25
4 changed files with 10 additions and 10 deletions

View file

@ -8,8 +8,8 @@ description = "A Python -> Erg converter"
[dependencies]
rustpython-parser = "0.1.2"
erg_compiler = { git = "https://github.com/erg-lang/erg", branch = "pylyzer-mode" }
erg_common = { git = "https://github.com/erg-lang/erg", branch = "pylyzer-mode" }
erg_compiler = { git = "https://github.com/erg-lang/erg", branch = "main" }
erg_common = { git = "https://github.com/erg-lang/erg", branch = "main" }
[lib]
path = "lib.rs"