X Tutup
Skip to content

Commit 56ffbe3

Browse files
committed
Modify Cargo.toml
1 parent 2422a15 commit 56ffbe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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" }
152152
rustpython-jit = { path = "jit", version = "0.4.0" }
153153
rustpython-literal = { path = "compiler/literal", version = "0.4.0" }
154154
rustpython-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" }
156156
rustpython-stdlib = { path = "stdlib", default-features = false, version = "0.4.0" }
157157
rustpython-sre_engine = { path = "vm/sre_engine", version = "0.4.0" }
158158
rustpython-wtf8 = { path = "wtf8", version = "0.4.0" }

0 commit comments

Comments
 (0)
X Tutup