File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ template = "installer-config/installer.wxs"
121121[workspace ]
122122resolver = " 2"
123123members = [
124- " compiler" ,
125124 " ." ,
126125 " derive" ,
127126 " vm" ,
@@ -140,7 +139,7 @@ license = "MIT"
140139
141140[workspace .dependencies ]
142141rustpython-compiler-core = { path = " crates/compiler-core" , version = " 0.4.0" }
143- rustpython-compiler = { path = " compiler" , version = " 0.4.0" }
142+ rustpython-compiler = { path = " crates/ compiler" , version = " 0.4.0" }
144143rustpython-codegen = { path = " crates/codegen" , version = " 0.4.0" }
145144rustpython-common = { path = " crates/common" , version = " 0.4.0" }
146145rustpython-derive = { path = " derive" , version = " 0.4.0" }
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments