Skip to content

Commit 3728879

Browse files
authored
Move wtf8 -> crates/wtf8 (RustPython#6257)
1 parent 4b7e49a commit 3728879

File tree

6 files changed

+1
-2
lines changed

6 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ members = [
132132
"vm/sre_engine",
133133
"stdlib",
134134
"derive-impl",
135-
"wtf8",
136135
"wasm/lib",
137136
"crates/*",
138137
]
@@ -158,7 +157,7 @@ rustpython-vm = { path = "vm", default-features = false, version = "0.4.0" }
158157
rustpython-pylib = { path = "crates/pylib", version = "0.4.0" }
159158
rustpython-stdlib = { path = "stdlib", default-features = false, version = "0.4.0" }
160159
rustpython-sre_engine = { path = "vm/sre_engine", version = "0.4.0" }
161-
rustpython-wtf8 = { path = "wtf8", version = "0.4.0" }
160+
rustpython-wtf8 = { path = "crates/wtf8", version = "0.4.0" }
162161
rustpython-doc = { path = "crates/doc", version = "0.4.0" }
163162

164163
ruff_python_parser = { git = "https://github.com/astral-sh/ruff.git", tag = "0.14.1" }
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)