Skip to content

Commit cdbeccb

Browse files
committed
Rename to crates/pylib
1 parent 3ff3f98 commit cdbeccb

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = "crates/rustpython_pylib", version = "0.4.0" }
155+
rustpython-pylib = { path = "crates/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)