File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,11 +127,11 @@ members = [
127127 " jit" ,
128128 " vm" ,
129129 " vm/sre_engine" ,
130- " pylib" ,
131130 " stdlib" ,
132131 " derive-impl" ,
133132 " wtf8" ,
134133 " wasm/lib" ,
134+ " crates/*" ,
135135]
136136
137137[workspace .package ]
@@ -152,7 +152,7 @@ rustpython-derive-impl = { path = "derive-impl", version = "0.4.0" }
152152rustpython-jit = { path = " jit" , version = " 0.4.0" }
153153rustpython-literal = { path = " compiler/literal" , version = " 0.4.0" }
154154rustpython-vm = { path = " vm" , default-features = false , version = " 0.4.0" }
155- rustpython-pylib = { path = " pylib " , version = " 0.4.0" }
155+ rustpython-pylib = { path = " crates/rustpython_pylib " , version = " 0.4.0" }
156156rustpython-stdlib = { path = " stdlib" , default-features = false , version = " 0.4.0" }
157157rustpython-sre_engine = { path = " vm/sre_engine" , version = " 0.4.0" }
158158rustpython-wtf8 = { path = " wtf8" , version = " 0.4.0" }
You can’t perform that action at this time.
0 commit comments