sort Cargo.toml dependencies

This commit is contained in:
Jeong YunWon 2022-08-22 07:12:10 +09:00
parent 7f99404618
commit acde8bb625
4 changed files with 7 additions and 7 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"}