Update version (nightly)

This commit is contained in:
Shunsuke Shibayama 2022-10-20 19:20:00 +09:00
parent 03a36f48a3
commit 658695e022
4 changed files with 12 additions and 12 deletions

View file

@ -24,8 +24,8 @@ traditional_chinese = [
]
[dependencies]
erg_common = { version = "0.5.10", path = "../erg_common" }
erg_parser = { version = "0.5.10", path = "../erg_parser" }
erg_common = { version = "0.5.11-nightly.0", path = "../erg_common" }
erg_parser = { version = "0.5.11-nightly.0", path = "../erg_parser" }
[lib]
path = "lib.rs"