sort Cargo.toml dependencies

This commit is contained in:
Jeong YunWon 2022-08-22 07:12:10 +09:00
parent 0e0433b87b
commit d60ad9be23
5 changed files with 13 additions and 11 deletions

View file

@ -12,5 +12,5 @@ unparse = ["rustpython-common"]
[dependencies]
num-bigint = "0.4.3"
rustpython-bytecode = { path = "../bytecode" }
rustpython-common = { path = "../../common", optional = true }
rustpython-bytecode = { path = "../bytecode"}