Update Cargo.toml

This commit is contained in:
Shunsuke Shibayama 2022-12-27 02:03:32 +09:00
parent 16b50347d4
commit 6a94a09679
3 changed files with 16 additions and 11 deletions

View file

@ -36,11 +36,11 @@ large_thread = [
]
[dependencies]
erg_common = { version = "0.6.0", path = "../erg_common" }
erg_parser = { version = "0.6.0", path = "../erg_parser" }
erg_common = { workspace = true, path = "../erg_common" }
erg_parser = { workspace = true, path = "../erg_parser" }
[build-dependencies]
erg_common = { version = "0.6.0", path = "../erg_common" }
erg_common = { workspace = true, path = "../erg_common" }
[lib]
path = "lib.rs"