Skip to content

Commit 9e60940

Browse files
authored
Move vm/sre_engine -> crates/sre_engine (RustPython#6265)
1 parent 6479a20 commit 9e60940

File tree

11 files changed

+1
-2
lines changed

11 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ members = [
125125
".",
126126
"derive",
127127
"vm",
128-
"vm/sre_engine",
129128
"stdlib",
130129
"wasm/lib",
131130
"crates/*",
@@ -151,7 +150,7 @@ rustpython-literal = { path = "crates/literal", version = "0.4.0" }
151150
rustpython-vm = { path = "vm", default-features = false, version = "0.4.0" }
152151
rustpython-pylib = { path = "crates/pylib", version = "0.4.0" }
153152
rustpython-stdlib = { path = "stdlib", default-features = false, version = "0.4.0" }
154-
rustpython-sre_engine = { path = "vm/sre_engine", version = "0.4.0" }
153+
rustpython-sre_engine = { path = "crates/sre_engine", version = "0.4.0" }
155154
rustpython-wtf8 = { path = "crates/wtf8", version = "0.4.0" }
156155
rustpython-doc = { path = "crates/doc", version = "0.4.0" }
157156

0 commit comments

Comments
 (0)