File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,10 @@ license = "MIT"
138138
139139[workspace .dependencies ]
140140rustpython-compiler-core = { path = " crates/compiler-core" , version = " 0.4.0" }
141- rustpython-derive = { path = " crates/derive " , version = " 0.4.0" }
141+ rustpython-compiler = { path = " crates/compiler " , version = " 0.4.0" }
142142rustpython-codegen = { path = " crates/codegen" , version = " 0.4.0" }
143143rustpython-common = { path = " crates/common" , version = " 0.4.0" }
144+ rustpython-derive = { path = " crates/derive" , version = " 0.4.0" }
144145rustpython-derive-impl = { path = " crates/derive-impl" , version = " 0.4.0" }
145146rustpython-jit = { path = " crates/jit" , version = " 0.4.0" }
146147rustpython-literal = { path = " crates/literal" , version = " 0.4.0" }
You can’t perform that action at this time.
0 commit comments