Skip to content

Commit 88eca96

Browse files
authored
Move stdlib -> crates/stdlib (RustPython#6268)
1 parent 1a783fc commit 88eca96

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+9
-2
lines changed

Cargo.lock

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ template = "installer-config/installer.wxs"
124124
resolver = "2"
125125
members = [
126126
".",
127-
"stdlib",
128127
"wasm/lib",
129128
"crates/*",
130129
]
@@ -148,7 +147,7 @@ rustpython-jit = { path = "crates/jit", version = "0.4.0" }
148147
rustpython-literal = { path = "crates/literal", version = "0.4.0" }
149148
rustpython-vm = { path = "crates/vm", default-features = false, version = "0.4.0" }
150149
rustpython-pylib = { path = "crates/pylib", version = "0.4.0" }
151-
rustpython-stdlib = { path = "stdlib", default-features = false, version = "0.4.0" }
150+
rustpython-stdlib = { path = "crates/stdlib", default-features = false, version = "0.4.0" }
152151
rustpython-sre_engine = { path = "crates/sre_engine", version = "0.4.0" }
153152
rustpython-wtf8 = { path = "crates/wtf8", version = "0.4.0" }
154153
rustpython-doc = { path = "crates/doc", version = "0.4.0" }
File renamed without changes.

0 commit comments

Comments
 (0)